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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=55",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=53",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 54,
    "results": [
        {
            "start": 821302914,
            "stop": 821305128
        },
        {
            "start": 821305130,
            "stop": 821305309
        },
        {
            "start": 821305311,
            "stop": 821305319
        },
        {
            "start": 821305321,
            "stop": 821305433
        },
        {
            "start": 821305436,
            "stop": 821308943
        },
        {
            "start": 821308945,
            "stop": 821318641
        },
        {
            "start": 821319091,
            "stop": 821345295
        },
        {
            "start": 821345297,
            "stop": 821346491
        },
        {
            "start": 821346607,
            "stop": 821346736
        },
        {
            "start": 821346868,
            "stop": 821348480
        },
        {
            "start": 821348764,
            "stop": 821351693
        },
        {
            "start": 821351695,
            "stop": 821351696
        },
        {
            "start": 821351698,
            "stop": 821351748
        },
        {
            "start": 821351751,
            "stop": 821351790
        },
        {
            "start": 821351791,
            "stop": 821351810
        },
        {
            "start": 821351812,
            "stop": 821352002
        },
        {
            "start": 821352003,
            "stop": 821352018
        },
        {
            "start": 821352020,
            "stop": 821352024
        },
        {
            "start": 821352028,
            "stop": 821352067
        },
        {
            "start": 821352069,
            "stop": 821352070
        }
    ]
}