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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5160",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5158",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 5159,
    "results": [
        {
            "start": 873754602,
            "stop": 873755110
        },
        {
            "start": 873755117,
            "stop": 873755402
        },
        {
            "start": 873755409,
            "stop": 873755440
        },
        {
            "start": 873755447,
            "stop": 873755527
        },
        {
            "start": 873755535,
            "stop": 873755566
        },
        {
            "start": 873755573,
            "stop": 873755617
        },
        {
            "start": 873755625,
            "stop": 873755651
        },
        {
            "start": 873755658,
            "stop": 873755710
        },
        {
            "start": 873755725,
            "stop": 873755794
        },
        {
            "start": 873755802,
            "stop": 873756083
        },
        {
            "start": 873756096,
            "stop": 873756225
        },
        {
            "start": 873756240,
            "stop": 873756265
        },
        {
            "start": 873756301,
            "stop": 873756475
        },
        {
            "start": 873756483,
            "stop": 873756532
        },
        {
            "start": 873756539,
            "stop": 873756550
        },
        {
            "start": 873756562,
            "stop": 873756750
        },
        {
            "start": 873756758,
            "stop": 873756943
        },
        {
            "start": 873756951,
            "stop": 873757117
        },
        {
            "start": 873757127,
            "stop": 873757205
        },
        {
            "start": 873757212,
            "stop": 873757302
        }
    ]
}