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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=293",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=291",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 292,
    "results": [
        {
            "start": 1264767739,
            "stop": 1264767740
        },
        {
            "start": 1264767743,
            "stop": 1264767744
        },
        {
            "start": 1264767749,
            "stop": 1264767753
        },
        {
            "start": 1264767756,
            "stop": 1264767769
        },
        {
            "start": 1264767773,
            "stop": 1264767778
        },
        {
            "start": 1264767782,
            "stop": 1264767783
        },
        {
            "start": 1264767785,
            "stop": 1264767793
        },
        {
            "start": 1264767798,
            "stop": 1264767799
        },
        {
            "start": 1264767800,
            "stop": 1264767804
        },
        {
            "start": 1264767806,
            "stop": 1264767809
        },
        {
            "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
        }
    ]
}