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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=427",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=425",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 426,
    "results": [
        {
            "start": 1261527530,
            "stop": 1261527698
        },
        {
            "start": 1261527701,
            "stop": 1261527702
        },
        {
            "start": 1261527705,
            "stop": 1261527959
        },
        {
            "start": 1261527962,
            "stop": 1261527963
        },
        {
            "start": 1261527966,
            "stop": 1261528285
        },
        {
            "start": 1261528288,
            "stop": 1261528397
        },
        {
            "start": 1261528400,
            "stop": 1261528633
        },
        {
            "start": 1261528636,
            "stop": 1261528778
        },
        {
            "start": 1261528781,
            "stop": 1261528927
        },
        {
            "start": 1261528930,
            "stop": 1261529422
        },
        {
            "start": 1261529425,
            "stop": 1261529662
        },
        {
            "start": 1261529665,
            "stop": 1261529700
        },
        {
            "start": 1261529703,
            "stop": 1261529776
        },
        {
            "start": 1261529779,
            "stop": 1261529849
        },
        {
            "start": 1261529852,
            "stop": 1261530104
        },
        {
            "start": 1261530107,
            "stop": 1261530357
        },
        {
            "start": 1261530360,
            "stop": 1261530361
        },
        {
            "start": 1261530364,
            "stop": 1261530368
        },
        {
            "start": 1261530371,
            "stop": 1261530372
        },
        {
            "start": 1261530375,
            "stop": 1261530697
        }
    ]
}