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=340
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=341",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=339",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 340,
    "results": [
        {
            "start": 951095742,
            "stop": 951103420
        },
        {
            "start": 951110708,
            "stop": 951116604
        },
        {
            "start": 951118760,
            "stop": 951125417
        },
        {
            "start": 951128294,
            "stop": 951141977
        },
        {
            "start": 951148034,
            "stop": 951152245
        },
        {
            "start": 951157872,
            "stop": 951164414
        },
        {
            "start": 951166521,
            "stop": 951167702
        },
        {
            "start": 951170468,
            "stop": 951179381
        },
        {
            "start": 951184198,
            "stop": 951208252
        },
        {
            "start": 951215448,
            "stop": 951244899
        },
        {
            "start": 951246163,
            "stop": 951250162
        },
        {
            "start": 951259754,
            "stop": 951261576
        },
        {
            "start": 951265889,
            "stop": 951288451
        },
        {
            "start": 951321159,
            "stop": 951321519
        },
        {
            "start": 951326019,
            "stop": 951329710
        },
        {
            "start": 951342537,
            "stop": 951348349
        },
        {
            "start": 951351989,
            "stop": 951353457
        },
        {
            "start": 951355513,
            "stop": 951392327
        },
        {
            "start": 951395712,
            "stop": 951429822
        },
        {
            "start": 951429828,
            "stop": 951434015
        }
    ]
}