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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=94",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=92",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 93,
    "results": [
        {
            "start": 824117833,
            "stop": 824137033
        },
        {
            "start": 824137064,
            "stop": 824137067
        },
        {
            "start": 824203453,
            "stop": 824205258
        },
        {
            "start": 824205263,
            "stop": 824205364
        },
        {
            "start": 824205368,
            "stop": 824205916
        },
        {
            "start": 824205920,
            "stop": 824205959
        },
        {
            "start": 824205963,
            "stop": 824207923
        },
        {
            "start": 824207927,
            "stop": 824208073
        },
        {
            "start": 824208095,
            "stop": 824208097
        },
        {
            "start": 824208133,
            "stop": 824208407
        },
        {
            "start": 824208410,
            "stop": 824208463
        },
        {
            "start": 824208467,
            "stop": 824208541
        },
        {
            "start": 824208545,
            "stop": 824208772
        },
        {
            "start": 824208776,
            "stop": 824208877
        },
        {
            "start": 824208881,
            "stop": 824208911
        },
        {
            "start": 824208914,
            "stop": 824208930
        },
        {
            "start": 824208939,
            "stop": 824208992
        },
        {
            "start": 824208996,
            "stop": 824209119
        },
        {
            "start": 824209122,
            "stop": 824209161
        },
        {
            "start": 824209165,
            "stop": 824209175
        }
    ]
}