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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=276",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=274",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 275,
    "results": [
        {
            "start": 935219043,
            "stop": 935221308
        },
        {
            "start": 935223510,
            "stop": 935223698
        },
        {
            "start": 935223701,
            "stop": 935223729
        },
        {
            "start": 935223731,
            "stop": 935224521
        },
        {
            "start": 935224528,
            "stop": 935226161
        },
        {
            "start": 935226163,
            "stop": 935226167
        },
        {
            "start": 935226170,
            "stop": 935226187
        },
        {
            "start": 935226189,
            "stop": 935226221
        },
        {
            "start": 935226224,
            "stop": 935226230
        },
        {
            "start": 935226232,
            "stop": 935226238
        },
        {
            "start": 935226242,
            "stop": 935227051
        },
        {
            "start": 935229277,
            "stop": 935229736
        },
        {
            "start": 935229739,
            "stop": 935229786
        },
        {
            "start": 935229788,
            "stop": 935229814
        },
        {
            "start": 935229816,
            "stop": 935229820
        },
        {
            "start": 935229822,
            "stop": 935229837
        },
        {
            "start": 935229841,
            "stop": 935233338
        },
        {
            "start": 935233340,
            "stop": 935233361
        },
        {
            "start": 935233363,
            "stop": 935233368
        },
        {
            "start": 935233372,
            "stop": 935233396
        }
    ]
}