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=105
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=106",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=104",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 105,
    "results": [
        {
            "start": 817230613,
            "stop": 817231407
        },
        {
            "start": 817231409,
            "stop": 817231632
        },
        {
            "start": 817239373,
            "stop": 817239719
        },
        {
            "start": 817239720,
            "stop": 817240272
        },
        {
            "start": 817240276,
            "stop": 817241044
        },
        {
            "start": 817241048,
            "stop": 817241050
        },
        {
            "start": 817241053,
            "stop": 817241601
        },
        {
            "start": 817241721,
            "stop": 817241742
        },
        {
            "start": 817241862,
            "stop": 817242035
        },
        {
            "start": 817242037,
            "stop": 817242996
        },
        {
            "start": 817244413,
            "stop": 817244566
        },
        {
            "start": 817244686,
            "stop": 817244715
        },
        {
            "start": 817244719,
            "stop": 817244771
        },
        {
            "start": 817244774,
            "stop": 817245631
        },
        {
            "start": 817245634,
            "stop": 817245757
        },
        {
            "start": 817245760,
            "stop": 817246193
        },
        {
            "start": 817246197,
            "stop": 817246236
        },
        {
            "start": 817246239,
            "stop": 817246373
        },
        {
            "start": 817246376,
            "stop": 817249729
        },
        {
            "start": 817249732,
            "stop": 817250400
        }
    ]
}