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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=190",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=188",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 189,
    "results": [
        {
            "start": 848954406,
            "stop": 848957339
        },
        {
            "start": 849041598,
            "stop": 849041603
        },
        {
            "start": 849041620,
            "stop": 849049768
        },
        {
            "start": 849049910,
            "stop": 849052430
        },
        {
            "start": 849053636,
            "stop": 849070470
        },
        {
            "start": 849070780,
            "stop": 849071402
        },
        {
            "start": 849071644,
            "stop": 849083753
        },
        {
            "start": 849085197,
            "stop": 849090540
        },
        {
            "start": 849090642,
            "stop": 849092515
        },
        {
            "start": 849092629,
            "stop": 849093358
        },
        {
            "start": 849093738,
            "stop": 849093872
        },
        {
            "start": 849093993,
            "stop": 849098195
        },
        {
            "start": 849099417,
            "stop": 849101188
        },
        {
            "start": 849101815,
            "stop": 849109772
        },
        {
            "start": 849109905,
            "stop": 849111171
        },
        {
            "start": 849113196,
            "stop": 849114775
        },
        {
            "start": 849114840,
            "stop": 849114918
        },
        {
            "start": 849115008,
            "stop": 849116757
        },
        {
            "start": 849117913,
            "stop": 849119622
        },
        {
            "start": 849120359,
            "stop": 849126553
        }
    ]
}