Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=223
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=224",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=222",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 223,
    "results": [
        {
            "start": 855973799,
            "stop": 855979820
        },
        {
            "start": 855980976,
            "stop": 855981901
        },
        {
            "start": 855981964,
            "stop": 855983266
        },
        {
            "start": 855985161,
            "stop": 855987680
        },
        {
            "start": 855987738,
            "stop": 855991316
        },
        {
            "start": 855991411,
            "stop": 855992393
        },
        {
            "start": 855994358,
            "stop": 855995859
        },
        {
            "start": 856003458,
            "stop": 856003504
        },
        {
            "start": 856003580,
            "stop": 856004504
        },
        {
            "start": 856005510,
            "stop": 856023438
        },
        {
            "start": 856032219,
            "stop": 856033648
        },
        {
            "start": 856034982,
            "stop": 856035913
        },
        {
            "start": 856036101,
            "stop": 856036963
        },
        {
            "start": 856037027,
            "stop": 856037048
        },
        {
            "start": 856037144,
            "stop": 856042207
        },
        {
            "start": 856048062,
            "stop": 856048378
        },
        {
            "start": 856048784,
            "stop": 856049007
        },
        {
            "start": 856049077,
            "stop": 856049392
        },
        {
            "start": 856049488,
            "stop": 856049834
        },
        {
            "start": 856049992,
            "stop": 856051903
        }
    ]
}