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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5126",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5124",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 5125,
    "results": [
        {
            "start": 874721915,
            "stop": 874722001
        },
        {
            "start": 874722021,
            "stop": 874722025
        },
        {
            "start": 874722045,
            "stop": 874722257
        },
        {
            "start": 874722276,
            "stop": 874722324
        },
        {
            "start": 874722372,
            "stop": 874722374
        },
        {
            "start": 874722398,
            "stop": 874722447
        },
        {
            "start": 874722485,
            "stop": 874722517
        },
        {
            "start": 874722536,
            "stop": 874722562
        },
        {
            "start": 874722582,
            "stop": 874722589
        },
        {
            "start": 874722627,
            "stop": 874722643
        },
        {
            "start": 874722662,
            "stop": 874722753
        },
        {
            "start": 874722776,
            "stop": 874722814
        },
        {
            "start": 874722834,
            "stop": 874722860
        },
        {
            "start": 874722879,
            "stop": 874722945
        },
        {
            "start": 874722964,
            "stop": 874723024
        },
        {
            "start": 874723044,
            "stop": 874723066
        },
        {
            "start": 874723085,
            "stop": 874723110
        },
        {
            "start": 874723129,
            "stop": 874723294
        },
        {
            "start": 874723317,
            "stop": 874723375
        },
        {
            "start": 874723400,
            "stop": 874723590
        }
    ]
}