Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=70
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=71",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=69",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 70,
    "results": [
        {
            "start": 818271390,
            "stop": 818284385
        },
        {
            "start": 818284389,
            "stop": 818286806
        },
        {
            "start": 818290241,
            "stop": 818291348
        },
        {
            "start": 818292646,
            "stop": 818318349
        },
        {
            "start": 818318352,
            "stop": 818322271
        },
        {
            "start": 818324474,
            "stop": 818326425
        },
        {
            "start": 818327398,
            "stop": 818338718
        },
        {
            "start": 818340677,
            "stop": 818343073
        },
        {
            "start": 818344995,
            "stop": 818345336
        },
        {
            "start": 818345636,
            "stop": 818346747
        },
        {
            "start": 818349742,
            "stop": 818351053
        },
        {
            "start": 818351070,
            "stop": 818352194
        },
        {
            "start": 818355312,
            "stop": 818356202
        },
        {
            "start": 818358542,
            "stop": 818358683
        },
        {
            "start": 818358700,
            "stop": 818360037
        },
        {
            "start": 818360054,
            "stop": 818363739
        },
        {
            "start": 818363757,
            "stop": 818365706
        },
        {
            "start": 818367579,
            "stop": 818370154
        },
        {
            "start": 818370157,
            "stop": 818370608
        },
        {
            "start": 818371863,
            "stop": 818372762
        }
    ]
}