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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=141",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=139",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 140,
    "results": [
        {
            "start": 834790995,
            "stop": 834791094
        },
        {
            "start": 834791762,
            "stop": 834791833
        },
        {
            "start": 834791843,
            "stop": 834791844
        },
        {
            "start": 834792137,
            "stop": 834793513
        },
        {
            "start": 834804508,
            "stop": 834810733
        },
        {
            "start": 834811958,
            "stop": 834822913
        },
        {
            "start": 834823860,
            "stop": 834834071
        },
        {
            "start": 834838945,
            "stop": 834839649
        },
        {
            "start": 834841172,
            "stop": 834842893
        },
        {
            "start": 834844482,
            "stop": 834850933
        },
        {
            "start": 834850969,
            "stop": 834850971
        },
        {
            "start": 834851011,
            "stop": 834851233
        },
        {
            "start": 834868634,
            "stop": 834871153
        },
        {
            "start": 834871160,
            "stop": 834871161
        },
        {
            "start": 834871372,
            "stop": 834871447
        },
        {
            "start": 834871594,
            "stop": 834911353
        },
        {
            "start": 834911389,
            "stop": 834911390
        },
        {
            "start": 834912380,
            "stop": 834923942
        },
        {
            "start": 834925531,
            "stop": 834928753
        },
        {
            "start": 834937239,
            "stop": 834938833
        }
    ]
}