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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=498",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=496",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 497,
    "results": [
        {
            "start": 959640731,
            "stop": 959648316
        },
        {
            "start": 959659478,
            "stop": 959715824
        },
        {
            "start": 959720253,
            "stop": 959726065
        },
        {
            "start": 959729814,
            "stop": 959730117
        },
        {
            "start": 959732833,
            "stop": 959739508
        },
        {
            "start": 959739622,
            "stop": 959742941
        },
        {
            "start": 959746939,
            "stop": 959750681
        },
        {
            "start": 959752780,
            "stop": 959764065
        },
        {
            "start": 959767122,
            "stop": 959767224
        },
        {
            "start": 959769528,
            "stop": 959782159
        },
        {
            "start": 959787638,
            "stop": 959800231
        },
        {
            "start": 959803849,
            "stop": 959837069
        },
        {
            "start": 959841746,
            "stop": 959847684
        },
        {
            "start": 959850405,
            "stop": 959862313
        },
        {
            "start": 959863702,
            "stop": 959872538
        },
        {
            "start": 959872614,
            "stop": 959876212
        },
        {
            "start": 959879601,
            "stop": 959880824
        },
        {
            "start": 959882662,
            "stop": 959882803
        },
        {
            "start": 959885662,
            "stop": 959888984
        },
        {
            "start": 959891069,
            "stop": 959895596
        }
    ]
}