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=510
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=511",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=509",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 510,
    "results": [
        {
            "start": 866486095,
            "stop": 866486101
        },
        {
            "start": 866486103,
            "stop": 866487278
        },
        {
            "start": 866487282,
            "stop": 866489716
        },
        {
            "start": 866490642,
            "stop": 866524823
        },
        {
            "start": 866524824,
            "stop": 866532715
        },
        {
            "start": 866533461,
            "stop": 866534109
        },
        {
            "start": 866534111,
            "stop": 866535554
        },
        {
            "start": 866535748,
            "stop": 866542386
        },
        {
            "start": 866542388,
            "stop": 866549321
        },
        {
            "start": 866549478,
            "stop": 866552125
        },
        {
            "start": 866552127,
            "stop": 866552983
        },
        {
            "start": 866552984,
            "stop": 866553642
        },
        {
            "start": 866553645,
            "stop": 866553681
        },
        {
            "start": 866553682,
            "stop": 866554517
        },
        {
            "start": 866556328,
            "stop": 866557500
        },
        {
            "start": 866557972,
            "stop": 866558145
        },
        {
            "start": 866561332,
            "stop": 866567180
        },
        {
            "start": 866569094,
            "stop": 866569149
        },
        {
            "start": 866569756,
            "stop": 866576892
        },
        {
            "start": 866576893,
            "stop": 866578690
        }
    ]
}