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/O4b/timelines/H1_BURST_CAT2/segments?format=api&page=116
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT2/segments?format=api&page=117",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT2/segments?format=api&page=115",
    "results_count": 3868,
    "results_per_page": 20,
    "num_pages": 194,
    "page_number": 116,
    "results": [
        {
            "start": 1414338663,
            "stop": 1414338831
        },
        {
            "start": 1414338836,
            "stop": 1414339774
        },
        {
            "start": 1414346313,
            "stop": 1414346442
        },
        {
            "start": 1414348362,
            "stop": 1414348533
        },
        {
            "start": 1414348538,
            "stop": 1414348541
        },
        {
            "start": 1414348546,
            "stop": 1414348686
        },
        {
            "start": 1414348691,
            "stop": 1414348720
        },
        {
            "start": 1414348725,
            "stop": 1414349226
        },
        {
            "start": 1414349230,
            "stop": 1414354068
        },
        {
            "start": 1414354073,
            "stop": 1414354633
        },
        {
            "start": 1414375997,
            "stop": 1414381786
        },
        {
            "start": 1414387882,
            "stop": 1414392764
        },
        {
            "start": 1414396459,
            "stop": 1414402249
        },
        {
            "start": 1414402253,
            "stop": 1414402891
        },
        {
            "start": 1414402894,
            "stop": 1414405148
        },
        {
            "start": 1414405153,
            "stop": 1414407873
        },
        {
            "start": 1414407878,
            "stop": 1414411960
        },
        {
            "start": 1414423971,
            "stop": 1414425729
        },
        {
            "start": 1414463787,
            "stop": 1414470953
        },
        {
            "start": 1414470958,
            "stop": 1414476389
        }
    ]
}