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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=47015",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=47013",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 47014,
    "results": [
        {
            "start": 875226010,
            "stop": 875226068
        },
        {
            "start": 875226072,
            "stop": 875226074
        },
        {
            "start": 875226077,
            "stop": 875226095
        },
        {
            "start": 875226096,
            "stop": 875226101
        },
        {
            "start": 875226104,
            "stop": 875226108
        },
        {
            "start": 875226111,
            "stop": 875226121
        },
        {
            "start": 875226124,
            "stop": 875226130
        },
        {
            "start": 875226131,
            "stop": 875226138
        },
        {
            "start": 875226139,
            "stop": 875226146
        },
        {
            "start": 875226150,
            "stop": 875226155
        },
        {
            "start": 875226158,
            "stop": 875226179
        },
        {
            "start": 875226180,
            "stop": 875226187
        },
        {
            "start": 875226190,
            "stop": 875226238
        },
        {
            "start": 875226239,
            "stop": 875226252
        },
        {
            "start": 875226255,
            "stop": 875226263
        },
        {
            "start": 875226267,
            "stop": 875226270
        },
        {
            "start": 875226273,
            "stop": 875226278
        },
        {
            "start": 875226279,
            "stop": 875226285
        },
        {
            "start": 875226288,
            "stop": 875226289
        },
        {
            "start": 875226293,
            "stop": 875226300
        }
    ]
}