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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=53",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=51",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 52,
    "results": [
        {
            "start": 931190844,
            "stop": 931190848
        },
        {
            "start": 931190852,
            "stop": 931190854
        },
        {
            "start": 931190856,
            "stop": 931190924
        },
        {
            "start": 931190926,
            "stop": 931190952
        },
        {
            "start": 931190954,
            "stop": 931190960
        },
        {
            "start": 931190962,
            "stop": 931190965
        },
        {
            "start": 931190967,
            "stop": 931190977
        },
        {
            "start": 931190981,
            "stop": 931190982
        },
        {
            "start": 931190984,
            "stop": 931190985
        },
        {
            "start": 931190988,
            "stop": 931190991
        },
        {
            "start": 931190992,
            "stop": 931191007
        },
        {
            "start": 931191009,
            "stop": 931191029
        },
        {
            "start": 931191031,
            "stop": 931191032
        },
        {
            "start": 931191038,
            "stop": 931191041
        },
        {
            "start": 931191045,
            "stop": 931191057
        },
        {
            "start": 931191059,
            "stop": 931191063
        },
        {
            "start": 931191065,
            "stop": 931191072
        },
        {
            "start": 931191079,
            "stop": 931191080
        },
        {
            "start": 931218887,
            "stop": 931218888
        },
        {
            "start": 931218890,
            "stop": 931218976
        }
    ]
}