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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=583",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=581",
    "results_count": 11686,
    "results_per_page": 20,
    "num_pages": 585,
    "page_number": 582,
    "results": [
        {
            "start": 874874436,
            "stop": 874874442
        },
        {
            "start": 874874446,
            "stop": 874874447
        },
        {
            "start": 874874450,
            "stop": 874874462
        },
        {
            "start": 874874572,
            "stop": 874874759
        },
        {
            "start": 874875059,
            "stop": 874875247
        },
        {
            "start": 874875547,
            "stop": 874875969
        },
        {
            "start": 874875972,
            "stop": 874875977
        },
        {
            "start": 874875980,
            "stop": 874875981
        },
        {
            "start": 874875984,
            "stop": 874875985
        },
        {
            "start": 874875989,
            "stop": 874875990
        },
        {
            "start": 874875993,
            "stop": 874876000
        },
        {
            "start": 874876004,
            "stop": 874878055
        },
        {
            "start": 874879899,
            "stop": 874882325
        },
        {
            "start": 874882328,
            "stop": 874885171
        },
        {
            "start": 874885363,
            "stop": 874901592
        },
        {
            "start": 874901892,
            "stop": 874902136
        },
        {
            "start": 874902246,
            "stop": 874902706
        },
        {
            "start": 874903006,
            "stop": 874935182
        },
        {
            "start": 874936157,
            "stop": 874937634
        },
        {
            "start": 874937637,
            "stop": 874937640
        }
    ]
}