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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=104",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=102",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 103,
    "results": [
        {
            "start": 817152257,
            "stop": 817152539
        },
        {
            "start": 817152791,
            "stop": 817155032
        },
        {
            "start": 817155152,
            "stop": 817157197
        },
        {
            "start": 817157214,
            "stop": 817157868
        },
        {
            "start": 817157988,
            "stop": 817159531
        },
        {
            "start": 817159722,
            "stop": 817159917
        },
        {
            "start": 817160037,
            "stop": 817162333
        },
        {
            "start": 817162453,
            "stop": 817162906
        },
        {
            "start": 817163091,
            "stop": 817163702
        },
        {
            "start": 817163719,
            "stop": 817164207
        },
        {
            "start": 817164327,
            "stop": 817164960
        },
        {
            "start": 817165080,
            "stop": 817166331
        },
        {
            "start": 817166333,
            "stop": 817167578
        },
        {
            "start": 817167698,
            "stop": 817168308
        },
        {
            "start": 817168428,
            "stop": 817174139
        },
        {
            "start": 817174259,
            "stop": 817174279
        },
        {
            "start": 817174281,
            "stop": 817175791
        },
        {
            "start": 817175911,
            "stop": 817176142
        },
        {
            "start": 817176262,
            "stop": 817178222
        },
        {
            "start": 817178622,
            "stop": 817180251
        }
    ]
}