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=305
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=306",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=304",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 305,
    "results": [
        {
            "start": 1264845553,
            "stop": 1264845591
        },
        {
            "start": 1264845595,
            "stop": 1264845684
        },
        {
            "start": 1264845689,
            "stop": 1264845720
        },
        {
            "start": 1264845722,
            "stop": 1264845751
        },
        {
            "start": 1264845754,
            "stop": 1264845804
        },
        {
            "start": 1264845806,
            "stop": 1264845812
        },
        {
            "start": 1264845815,
            "stop": 1264845818
        },
        {
            "start": 1264845821,
            "stop": 1264845883
        },
        {
            "start": 1264845885,
            "stop": 1264845886
        },
        {
            "start": 1264845888,
            "stop": 1264845890
        },
        {
            "start": 1264845891,
            "stop": 1264845906
        },
        {
            "start": 1264845911,
            "stop": 1264845943
        },
        {
            "start": 1264845947,
            "stop": 1264845954
        },
        {
            "start": 1264845955,
            "stop": 1264845959
        },
        {
            "start": 1264845962,
            "stop": 1264845973
        },
        {
            "start": 1264845977,
            "stop": 1264845997
        },
        {
            "start": 1264845998,
            "stop": 1264845999
        },
        {
            "start": 1264846003,
            "stop": 1264846007
        },
        {
            "start": 1264846010,
            "stop": 1264846015
        },
        {
            "start": 1264846017,
            "stop": 1264846019
        }
    ]
}