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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=4009",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=4007",
    "results_count": 81107,
    "results_per_page": 20,
    "num_pages": 4056,
    "page_number": 4008,
    "results": [
        {
            "start": 874896411,
            "stop": 874906924
        },
        {
            "start": 874907076,
            "stop": 874907358
        },
        {
            "start": 874907359,
            "stop": 874907360
        },
        {
            "start": 874907361,
            "stop": 874907363
        },
        {
            "start": 874907367,
            "stop": 874910261
        },
        {
            "start": 874910264,
            "stop": 874910350
        },
        {
            "start": 874910353,
            "stop": 874910596
        },
        {
            "start": 874910599,
            "stop": 874910614
        },
        {
            "start": 874910620,
            "stop": 874910641
        },
        {
            "start": 874910644,
            "stop": 874910646
        },
        {
            "start": 874910649,
            "stop": 874910663
        },
        {
            "start": 874910666,
            "stop": 874910671
        },
        {
            "start": 874910674,
            "stop": 874910680
        },
        {
            "start": 874910683,
            "stop": 874910705
        },
        {
            "start": 874910708,
            "stop": 874910714
        },
        {
            "start": 874910717,
            "stop": 874910875
        },
        {
            "start": 874910878,
            "stop": 874910918
        },
        {
            "start": 874910921,
            "stop": 874910931
        },
        {
            "start": 874910934,
            "stop": 874911063
        },
        {
            "start": 874911066,
            "stop": 874911071
        }
    ]
}