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=316
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=317",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=315",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 316,
    "results": [
        {
            "start": 931773996,
            "stop": 931774004
        },
        {
            "start": 931774007,
            "stop": 931774010
        },
        {
            "start": 931774013,
            "stop": 931774020
        },
        {
            "start": 931774023,
            "stop": 931774037
        },
        {
            "start": 931774047,
            "stop": 931774066
        },
        {
            "start": 931774069,
            "stop": 931774076
        },
        {
            "start": 931774081,
            "stop": 931774089
        },
        {
            "start": 931774092,
            "stop": 931774095
        },
        {
            "start": 931774100,
            "stop": 931774103
        },
        {
            "start": 931774106,
            "stop": 931774111
        },
        {
            "start": 931774123,
            "stop": 931774127
        },
        {
            "start": 931774130,
            "stop": 931774145
        },
        {
            "start": 931774148,
            "stop": 931774157
        },
        {
            "start": 931774166,
            "stop": 931774175
        },
        {
            "start": 931774178,
            "stop": 931774196
        },
        {
            "start": 931774199,
            "stop": 931774212
        },
        {
            "start": 931774215,
            "stop": 931774216
        },
        {
            "start": 931774220,
            "stop": 931774267
        },
        {
            "start": 931774270,
            "stop": 931774279
        },
        {
            "start": 931774282,
            "stop": 931774284
        }
    ]
}