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=109
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=110",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=108",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 109,
    "results": [
        {
            "start": 825886133,
            "stop": 825886139
        },
        {
            "start": 825886143,
            "stop": 825886308
        },
        {
            "start": 825886316,
            "stop": 825888886
        },
        {
            "start": 825888894,
            "stop": 825888999
        },
        {
            "start": 825889003,
            "stop": 825889008
        },
        {
            "start": 825889013,
            "stop": 825889018
        },
        {
            "start": 825889022,
            "stop": 825889126
        },
        {
            "start": 825889133,
            "stop": 825889144
        },
        {
            "start": 825889147,
            "stop": 825889150
        },
        {
            "start": 825889174,
            "stop": 825889264
        },
        {
            "start": 825889268,
            "stop": 825889279
        },
        {
            "start": 825889283,
            "stop": 825889304
        },
        {
            "start": 825889317,
            "stop": 825889333
        },
        {
            "start": 825889387,
            "stop": 825889393
        },
        {
            "start": 825889422,
            "stop": 825889432
        },
        {
            "start": 825889446,
            "stop": 825889452
        },
        {
            "start": 825889465,
            "stop": 825889471
        },
        {
            "start": 825889475,
            "stop": 825889485
        },
        {
            "start": 825889494,
            "stop": 825889529
        },
        {
            "start": 825889533,
            "stop": 825889539
        }
    ]
}