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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1807",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1805",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1806,
    "results": [
        {
            "start": 960550738,
            "stop": 960550739
        },
        {
            "start": 960550741,
            "stop": 960550758
        },
        {
            "start": 960550761,
            "stop": 960550767
        },
        {
            "start": 960550769,
            "stop": 960550791
        },
        {
            "start": 960550793,
            "stop": 960550832
        },
        {
            "start": 960550834,
            "stop": 960550877
        },
        {
            "start": 960550879,
            "stop": 960550891
        },
        {
            "start": 960550893,
            "stop": 960550921
        },
        {
            "start": 960550922,
            "stop": 960550925
        },
        {
            "start": 960550929,
            "stop": 960550953
        },
        {
            "start": 960550955,
            "stop": 960550956
        },
        {
            "start": 960550958,
            "stop": 960550962
        },
        {
            "start": 960550966,
            "stop": 960550978
        },
        {
            "start": 960550980,
            "stop": 960550981
        },
        {
            "start": 960556429,
            "stop": 960556626
        },
        {
            "start": 960556660,
            "stop": 960557176
        },
        {
            "start": 960627018,
            "stop": 960627756
        },
        {
            "start": 960628447,
            "stop": 960629159
        },
        {
            "start": 960630408,
            "stop": 960631957
        },
        {
            "start": 960632797,
            "stop": 960633388
        }
    ]
}