Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=90
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=91",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=89",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 90,
    "results": [
        {
            "start": 1257771887,
            "stop": 1257772548
        },
        {
            "start": 1257772551,
            "stop": 1257778267
        },
        {
            "start": 1257778270,
            "stop": 1257779856
        },
        {
            "start": 1257779858,
            "stop": 1257781844
        },
        {
            "start": 1257781847,
            "stop": 1257782582
        },
        {
            "start": 1257782585,
            "stop": 1257782757
        },
        {
            "start": 1257782760,
            "stop": 1257783249
        },
        {
            "start": 1257783251,
            "stop": 1257783253
        },
        {
            "start": 1257783254,
            "stop": 1257783256
        },
        {
            "start": 1257783259,
            "stop": 1257783313
        },
        {
            "start": 1257783321,
            "stop": 1257783592
        },
        {
            "start": 1257783593,
            "stop": 1257783594
        },
        {
            "start": 1257783596,
            "stop": 1257783600
        },
        {
            "start": 1257783601,
            "stop": 1257783602
        },
        {
            "start": 1257783603,
            "stop": 1257783606
        },
        {
            "start": 1257783607,
            "stop": 1257783611
        },
        {
            "start": 1257783612,
            "stop": 1257783613
        },
        {
            "start": 1257783614,
            "stop": 1257783676
        },
        {
            "start": 1257783677,
            "stop": 1257783678
        },
        {
            "start": 1257783680,
            "stop": 1257783705
        }
    ]
}