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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=68",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=66",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 67,
    "results": [
        {
            "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": 931191066
        },
        {
            "start": 931218887,
            "stop": 931218888
        },
        {
            "start": 931218890,
            "stop": 931218976
        },
        {
            "start": 931218978,
            "stop": 931218987
        },
        {
            "start": 931218989,
            "stop": 931218990
        },
        {
            "start": 931218992,
            "stop": 931219035
        },
        {
            "start": 931219036,
            "stop": 931219097
        },
        {
            "start": 931219099,
            "stop": 931219215
        },
        {
            "start": 931219575,
            "stop": 931219599
        }
    ]
}