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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=75",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=73",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 74,
    "results": [
        {
            "start": 822849330,
            "stop": 822849476
        },
        {
            "start": 822849691,
            "stop": 822849810
        },
        {
            "start": 822849870,
            "stop": 822849990
        },
        {
            "start": 822850170,
            "stop": 822850197
        },
        {
            "start": 822850324,
            "stop": 822850391
        },
        {
            "start": 822859664,
            "stop": 822860010
        },
        {
            "start": 822860070,
            "stop": 822860285
        },
        {
            "start": 822860290,
            "stop": 822860322
        },
        {
            "start": 822860328,
            "stop": 822860604
        },
        {
            "start": 822862046,
            "stop": 822862183
        },
        {
            "start": 822865896,
            "stop": 822866497
        },
        {
            "start": 822867086,
            "stop": 822869070
        },
        {
            "start": 822869190,
            "stop": 822869918
        },
        {
            "start": 822871937,
            "stop": 822872217
        },
        {
            "start": 822872353,
            "stop": 822873270
        },
        {
            "start": 822877048,
            "stop": 822878005
        },
        {
            "start": 822878010,
            "stop": 822883628
        },
        {
            "start": 822883667,
            "stop": 822884610
        },
        {
            "start": 822884670,
            "stop": 822884730
        },
        {
            "start": 822884790,
            "stop": 822884910
        }
    ]
}