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=245
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=246",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=244",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 245,
    "results": [
        {
            "start": 848941343,
            "stop": 848949218
        },
        {
            "start": 848949338,
            "stop": 848954332
        },
        {
            "start": 848954406,
            "stop": 848957339
        },
        {
            "start": 849041598,
            "stop": 849041603
        },
        {
            "start": 849041620,
            "stop": 849049753
        },
        {
            "start": 849049767,
            "stop": 849049768
        },
        {
            "start": 849049910,
            "stop": 849052393
        },
        {
            "start": 849053636,
            "stop": 849070453
        },
        {
            "start": 849070469,
            "stop": 849070470
        },
        {
            "start": 849070780,
            "stop": 849071402
        },
        {
            "start": 849071653,
            "stop": 849083753
        },
        {
            "start": 849085213,
            "stop": 849090493
        },
        {
            "start": 849090539,
            "stop": 849090540
        },
        {
            "start": 849090642,
            "stop": 849092515
        },
        {
            "start": 849092629,
            "stop": 849093358
        },
        {
            "start": 849093738,
            "stop": 849093853
        },
        {
            "start": 849093870,
            "stop": 849093872
        },
        {
            "start": 849093993,
            "stop": 849098173
        },
        {
            "start": 849098194,
            "stop": 849098195
        },
        {
            "start": 849099417,
            "stop": 849101173
        }
    ]
}