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=46951
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=46952",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46950",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46951,
    "results": [
        {
            "start": 875204906,
            "stop": 875204919
        },
        {
            "start": 875204920,
            "stop": 875204929
        },
        {
            "start": 875204930,
            "stop": 875204935
        },
        {
            "start": 875204936,
            "stop": 875204939
        },
        {
            "start": 875204941,
            "stop": 875204956
        },
        {
            "start": 875204957,
            "stop": 875204989
        },
        {
            "start": 875204990,
            "stop": 875204991
        },
        {
            "start": 875204993,
            "stop": 875205001
        },
        {
            "start": 875205003,
            "stop": 875205006
        },
        {
            "start": 875205010,
            "stop": 875205019
        },
        {
            "start": 875205020,
            "stop": 875205025
        },
        {
            "start": 875205027,
            "stop": 875205039
        },
        {
            "start": 875205042,
            "stop": 875205060
        },
        {
            "start": 875205061,
            "stop": 875205108
        },
        {
            "start": 875205110,
            "stop": 875205137
        },
        {
            "start": 875205138,
            "stop": 875205148
        },
        {
            "start": 875205149,
            "stop": 875205169
        },
        {
            "start": 875205170,
            "stop": 875205171
        },
        {
            "start": 875205172,
            "stop": 875205179
        },
        {
            "start": 875205180,
            "stop": 875205200
        }
    ]
}