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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=540",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=538",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 539,
    "results": [
        {
            "start": 1264767812,
            "stop": 1264767813
        },
        {
            "start": 1264767815,
            "stop": 1264767819
        },
        {
            "start": 1264767821,
            "stop": 1264767829
        },
        {
            "start": 1264767832,
            "stop": 1264767835
        },
        {
            "start": 1264767836,
            "stop": 1264767839
        },
        {
            "start": 1264767841,
            "stop": 1264767847
        },
        {
            "start": 1264767850,
            "stop": 1264767851
        },
        {
            "start": 1264767852,
            "stop": 1264767855
        },
        {
            "start": 1264767861,
            "stop": 1264767894
        },
        {
            "start": 1264767903,
            "stop": 1264767911
        },
        {
            "start": 1264767913,
            "stop": 1264767916
        },
        {
            "start": 1264767917,
            "stop": 1264767919
        },
        {
            "start": 1264767920,
            "stop": 1264767923
        },
        {
            "start": 1264767926,
            "stop": 1264767944
        },
        {
            "start": 1264767946,
            "stop": 1264767955
        },
        {
            "start": 1264767959,
            "stop": 1264767966
        },
        {
            "start": 1264767968,
            "stop": 1264767972
        },
        {
            "start": 1264767973,
            "stop": 1264767974
        },
        {
            "start": 1264767975,
            "stop": 1264767980
        },
        {
            "start": 1264767981,
            "stop": 1264767986
        }
    ]
}