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/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=4957
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=4958",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=4956",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 4957,
    "results": [
        {
            "start": 874378564,
            "stop": 874378572
        },
        {
            "start": 874378594,
            "stop": 874378612
        },
        {
            "start": 874378631,
            "stop": 874378698
        },
        {
            "start": 874378717,
            "stop": 874378737
        },
        {
            "start": 874378756,
            "stop": 874378832
        },
        {
            "start": 874378852,
            "stop": 874378998
        },
        {
            "start": 874379017,
            "stop": 874379018
        },
        {
            "start": 874379039,
            "stop": 874379142
        },
        {
            "start": 874379161,
            "stop": 874379183
        },
        {
            "start": 874379211,
            "stop": 874379236
        },
        {
            "start": 874379255,
            "stop": 874379308
        },
        {
            "start": 874379327,
            "stop": 874379356
        },
        {
            "start": 874379376,
            "stop": 874379381
        },
        {
            "start": 874379400,
            "stop": 874379411
        },
        {
            "start": 874379430,
            "stop": 874379467
        },
        {
            "start": 874379487,
            "stop": 874379545
        },
        {
            "start": 874379564,
            "stop": 874379586
        },
        {
            "start": 874379625,
            "stop": 874379642
        },
        {
            "start": 874379662,
            "stop": 874379696
        },
        {
            "start": 874379716,
            "stop": 874379718
        }
    ]
}