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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=150",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=148",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 149,
    "results": [
        {
            "start": 831167554,
            "stop": 831167593
        },
        {
            "start": 831167613,
            "stop": 831167614
        },
        {
            "start": 831167954,
            "stop": 831168038
        },
        {
            "start": 831168042,
            "stop": 831168165
        },
        {
            "start": 831170968,
            "stop": 831171553
        },
        {
            "start": 831175487,
            "stop": 831175498
        },
        {
            "start": 831175674,
            "stop": 831175756
        },
        {
            "start": 831175764,
            "stop": 831176590
        },
        {
            "start": 831176595,
            "stop": 831176600
        },
        {
            "start": 831176609,
            "stop": 831176644
        },
        {
            "start": 831176653,
            "stop": 831208334
        },
        {
            "start": 831208873,
            "stop": 831222099
        },
        {
            "start": 831242031,
            "stop": 831242113
        },
        {
            "start": 831244650,
            "stop": 831247023
        },
        {
            "start": 831247086,
            "stop": 831249664
        },
        {
            "start": 831249748,
            "stop": 831264553
        },
        {
            "start": 831267322,
            "stop": 831312282
        },
        {
            "start": 831314216,
            "stop": 831315094
        },
        {
            "start": 831315174,
            "stop": 831323500
        },
        {
            "start": 831325277,
            "stop": 831331573
        }
    ]
}