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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=188",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=186",
    "results_count": 6969,
    "results_per_page": 20,
    "num_pages": 349,
    "page_number": 187,
    "results": [
        {
            "start": 844567566,
            "stop": 844570374
        },
        {
            "start": 844570484,
            "stop": 844573955
        },
        {
            "start": 844574255,
            "stop": 844575033
        },
        {
            "start": 844575143,
            "stop": 844577626
        },
        {
            "start": 844577926,
            "stop": 844578542
        },
        {
            "start": 844578652,
            "stop": 844578831
        },
        {
            "start": 844581812,
            "stop": 844591695
        },
        {
            "start": 844591995,
            "stop": 844592033
        },
        {
            "start": 844592143,
            "stop": 844606294
        },
        {
            "start": 844606594,
            "stop": 844606649
        },
        {
            "start": 844606759,
            "stop": 844607779
        },
        {
            "start": 844608784,
            "stop": 844609581
        },
        {
            "start": 844612612,
            "stop": 844615722
        },
        {
            "start": 844615796,
            "stop": 844617379
        },
        {
            "start": 844617679,
            "stop": 844619112
        },
        {
            "start": 844619412,
            "stop": 844619849
        },
        {
            "start": 844619959,
            "stop": 844622151
        },
        {
            "start": 844622645,
            "stop": 844622842
        },
        {
            "start": 844652839,
            "stop": 844654729
        },
        {
            "start": 844655029,
            "stop": 844657283
        }
    ]
}