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=115
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=116",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=114",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 115,
    "results": [
        {
            "start": 826498709,
            "stop": 826507271
        },
        {
            "start": 826508174,
            "stop": 826542371
        },
        {
            "start": 826543395,
            "stop": 826554013
        },
        {
            "start": 826563262,
            "stop": 826564561
        },
        {
            "start": 826565582,
            "stop": 826569493
        },
        {
            "start": 826573008,
            "stop": 826573735
        },
        {
            "start": 826574287,
            "stop": 826580389
        },
        {
            "start": 826581086,
            "stop": 826582933
        },
        {
            "start": 826583649,
            "stop": 826602648
        },
        {
            "start": 826603740,
            "stop": 826626601
        },
        {
            "start": 826628501,
            "stop": 826640953
        },
        {
            "start": 826641817,
            "stop": 826642190
        },
        {
            "start": 826642903,
            "stop": 826643593
        },
        {
            "start": 826645091,
            "stop": 826658293
        },
        {
            "start": 826659119,
            "stop": 826660931
        },
        {
            "start": 826661962,
            "stop": 826663349
        },
        {
            "start": 826663358,
            "stop": 826665052
        },
        {
            "start": 826665056,
            "stop": 826666982
        },
        {
            "start": 826666983,
            "stop": 826667000
        },
        {
            "start": 826667003,
            "stop": 826667014
        }
    ]
}