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=46880
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=46881",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46879",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46880,
    "results": [
        {
            "start": 875150531,
            "stop": 875150593
        },
        {
            "start": 875150594,
            "stop": 875150627
        },
        {
            "start": 875150628,
            "stop": 875150709
        },
        {
            "start": 875150710,
            "stop": 875150768
        },
        {
            "start": 875150769,
            "stop": 875150772
        },
        {
            "start": 875150773,
            "stop": 875150805
        },
        {
            "start": 875150808,
            "stop": 875150899
        },
        {
            "start": 875150902,
            "stop": 875150911
        },
        {
            "start": 875150912,
            "stop": 875150930
        },
        {
            "start": 875150931,
            "stop": 875151061
        },
        {
            "start": 875151062,
            "stop": 875151071
        },
        {
            "start": 875151072,
            "stop": 875151084
        },
        {
            "start": 875151085,
            "stop": 875151091
        },
        {
            "start": 875151092,
            "stop": 875151167
        },
        {
            "start": 875151170,
            "stop": 875151186
        },
        {
            "start": 875151187,
            "stop": 875151206
        },
        {
            "start": 875151209,
            "stop": 875151214
        },
        {
            "start": 875151215,
            "stop": 875151220
        },
        {
            "start": 875151221,
            "stop": 875151227
        },
        {
            "start": 875151228,
            "stop": 875151343
        }
    ]
}