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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7327",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7325",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7326,
    "results": [
        {
            "start": 875228726,
            "stop": 875228764
        },
        {
            "start": 875228765,
            "stop": 875228821
        },
        {
            "start": 875228822,
            "stop": 875228831
        },
        {
            "start": 875228833,
            "stop": 875228900
        },
        {
            "start": 875228902,
            "stop": 875229226
        },
        {
            "start": 875229227,
            "stop": 875229304
        },
        {
            "start": 875229305,
            "stop": 875229553
        },
        {
            "start": 875229555,
            "stop": 875229760
        },
        {
            "start": 875229761,
            "stop": 875230283
        },
        {
            "start": 875230284,
            "stop": 875230316
        },
        {
            "start": 875230317,
            "stop": 875230319
        },
        {
            "start": 875230323,
            "stop": 875230359
        },
        {
            "start": 875230361,
            "stop": 875230370
        },
        {
            "start": 875230371,
            "stop": 875230430
        },
        {
            "start": 875230431,
            "stop": 875230443
        },
        {
            "start": 875230444,
            "stop": 875230448
        },
        {
            "start": 875230449,
            "stop": 875230850
        },
        {
            "start": 875230852,
            "stop": 875230921
        },
        {
            "start": 875230923,
            "stop": 875231112
        },
        {
            "start": 875231115,
            "stop": 875231117
        }
    ]
}