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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3227",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3225",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3226,
    "results": [
        {
            "start": 871839401,
            "stop": 871839409
        },
        {
            "start": 871839412,
            "stop": 871839480
        },
        {
            "start": 871839540,
            "stop": 871842163
        },
        {
            "start": 871842181,
            "stop": 871842663
        },
        {
            "start": 871842666,
            "stop": 871842900
        },
        {
            "start": 871842960,
            "stop": 871845540
        },
        {
            "start": 871845600,
            "stop": 871847460
        },
        {
            "start": 871847520,
            "stop": 871847522
        },
        {
            "start": 871847528,
            "stop": 871847563
        },
        {
            "start": 871847565,
            "stop": 871847854
        },
        {
            "start": 871847865,
            "stop": 871847867
        },
        {
            "start": 871847875,
            "stop": 871847881
        },
        {
            "start": 871847889,
            "stop": 871847897
        },
        {
            "start": 871847907,
            "stop": 871847909
        },
        {
            "start": 871847912,
            "stop": 871847919
        },
        {
            "start": 871847922,
            "stop": 871850400
        },
        {
            "start": 871850460,
            "stop": 871850489
        },
        {
            "start": 871850492,
            "stop": 871850580
        },
        {
            "start": 871850640,
            "stop": 871851300
        },
        {
            "start": 871851420,
            "stop": 871851522
        }
    ]
}