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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT1/segments?format=api&page=111",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT1/segments?format=api&page=109",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 110,
    "results": [
        {
            "start": 834790995,
            "stop": 834791094
        },
        {
            "start": 834791762,
            "stop": 834791844
        },
        {
            "start": 834792137,
            "stop": 834793533
        },
        {
            "start": 834804508,
            "stop": 834810788
        },
        {
            "start": 834811958,
            "stop": 834822913
        },
        {
            "start": 834823860,
            "stop": 834834071
        },
        {
            "start": 834838945,
            "stop": 834839679
        },
        {
            "start": 834841172,
            "stop": 834842943
        },
        {
            "start": 834844482,
            "stop": 834850971
        },
        {
            "start": 834851011,
            "stop": 834851261
        },
        {
            "start": 834868634,
            "stop": 834871161
        },
        {
            "start": 834871372,
            "stop": 834871447
        },
        {
            "start": 834871594,
            "stop": 834911390
        },
        {
            "start": 834912380,
            "stop": 834923972
        },
        {
            "start": 834925531,
            "stop": 834928796
        },
        {
            "start": 834937239,
            "stop": 834938879
        },
        {
            "start": 834938998,
            "stop": 834939491
        },
        {
            "start": 834941214,
            "stop": 834941740
        },
        {
            "start": 834943326,
            "stop": 834946312
        },
        {
            "start": 834947200,
            "stop": 834947900
        }
    ]
}