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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=430",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=428",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 429,
    "results": [
        {
            "start": 866762178,
            "stop": 866762247
        },
        {
            "start": 866762256,
            "stop": 866762301
        },
        {
            "start": 866762307,
            "stop": 866762320
        },
        {
            "start": 866762323,
            "stop": 866762363
        },
        {
            "start": 866762367,
            "stop": 866762496
        },
        {
            "start": 866762500,
            "stop": 866762534
        },
        {
            "start": 866762537,
            "stop": 866762543
        },
        {
            "start": 866762552,
            "stop": 866762560
        },
        {
            "start": 866762568,
            "stop": 866762575
        },
        {
            "start": 866762578,
            "stop": 866762587
        },
        {
            "start": 866762591,
            "stop": 866762594
        },
        {
            "start": 866762598,
            "stop": 866762603
        },
        {
            "start": 866762607,
            "stop": 866762657
        },
        {
            "start": 866762661,
            "stop": 866762667
        },
        {
            "start": 866762675,
            "stop": 866762748
        },
        {
            "start": 866762761,
            "stop": 866762823
        },
        {
            "start": 866762837,
            "stop": 866763298
        },
        {
            "start": 866763302,
            "stop": 866763346
        },
        {
            "start": 866763354,
            "stop": 866766347
        },
        {
            "start": 866766356,
            "stop": 866766659
        }
    ]
}