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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=14155",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=14153",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 14154,
    "results": [
        {
            "start": 971164766,
            "stop": 971164767
        },
        {
            "start": 971164771,
            "stop": 971164774
        },
        {
            "start": 971164776,
            "stop": 971164783
        },
        {
            "start": 971164792,
            "stop": 971164793
        },
        {
            "start": 971164794,
            "stop": 971164795
        },
        {
            "start": 971164799,
            "stop": 971164801
        },
        {
            "start": 971164802,
            "stop": 971164804
        },
        {
            "start": 971164805,
            "stop": 971164810
        },
        {
            "start": 971164821,
            "stop": 971164822
        },
        {
            "start": 971164823,
            "stop": 971164824
        },
        {
            "start": 971164825,
            "stop": 971164827
        },
        {
            "start": 971164829,
            "stop": 971164833
        },
        {
            "start": 971164835,
            "stop": 971164836
        },
        {
            "start": 971164843,
            "stop": 971164844
        },
        {
            "start": 971164847,
            "stop": 971164849
        },
        {
            "start": 971164851,
            "stop": 971164852
        },
        {
            "start": 971164855,
            "stop": 971164857
        },
        {
            "start": 971164861,
            "stop": 971164863
        },
        {
            "start": 971164866,
            "stop": 971164867
        },
        {
            "start": 971164870,
            "stop": 971164871
        }
    ]
}