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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=97",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=95",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 96,
    "results": [
        {
            "start": 1263896636,
            "stop": 1263897284
        },
        {
            "start": 1263897286,
            "stop": 1263897331
        },
        {
            "start": 1263897332,
            "stop": 1263897688
        },
        {
            "start": 1263897690,
            "stop": 1263897906
        },
        {
            "start": 1263897908,
            "stop": 1263897925
        },
        {
            "start": 1263897927,
            "stop": 1263898077
        },
        {
            "start": 1263898079,
            "stop": 1263898331
        },
        {
            "start": 1263898333,
            "stop": 1263898412
        },
        {
            "start": 1263898414,
            "stop": 1263898416
        },
        {
            "start": 1263898417,
            "stop": 1263898757
        },
        {
            "start": 1263898758,
            "stop": 1263898761
        },
        {
            "start": 1263898762,
            "stop": 1263898766
        },
        {
            "start": 1263898768,
            "stop": 1263898774
        },
        {
            "start": 1263898775,
            "stop": 1263898956
        },
        {
            "start": 1263898958,
            "stop": 1263898963
        },
        {
            "start": 1263898967,
            "stop": 1263899046
        },
        {
            "start": 1263899047,
            "stop": 1263899054
        },
        {
            "start": 1263899056,
            "stop": 1263899062
        },
        {
            "start": 1263899064,
            "stop": 1263899424
        },
        {
            "start": 1263899425,
            "stop": 1263899444
        }
    ]
}