Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=196
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=197",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=195",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 196,
    "results": [
        {
            "start": 933825782,
            "stop": 933825787
        },
        {
            "start": 933825789,
            "stop": 933825806
        },
        {
            "start": 933825809,
            "stop": 933825812
        },
        {
            "start": 933825814,
            "stop": 933825828
        },
        {
            "start": 933825833,
            "stop": 933826215
        },
        {
            "start": 933829024,
            "stop": 933829355
        },
        {
            "start": 933829357,
            "stop": 933829365
        },
        {
            "start": 933829367,
            "stop": 933829380
        },
        {
            "start": 933829383,
            "stop": 933829408
        },
        {
            "start": 933829410,
            "stop": 933829423
        },
        {
            "start": 933829425,
            "stop": 933829431
        },
        {
            "start": 933829435,
            "stop": 933832981
        },
        {
            "start": 933832984,
            "stop": 933833013
        },
        {
            "start": 933833017,
            "stop": 933833030
        },
        {
            "start": 933833035,
            "stop": 933836531
        },
        {
            "start": 933836534,
            "stop": 933836581
        },
        {
            "start": 933836584,
            "stop": 933836623
        },
        {
            "start": 933836626,
            "stop": 933836632
        },
        {
            "start": 933836637,
            "stop": 933840132
        },
        {
            "start": 933840134,
            "stop": 933840150
        }
    ]
}