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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=33",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=31",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 32,
    "results": [
        {
            "start": 931190535,
            "stop": 931190578
        },
        {
            "start": 931190583,
            "stop": 931190626
        },
        {
            "start": 931190632,
            "stop": 931190658
        },
        {
            "start": 931190663,
            "stop": 931190665
        },
        {
            "start": 931190671,
            "stop": 931190683
        },
        {
            "start": 931190689,
            "stop": 931190718
        },
        {
            "start": 931190724,
            "stop": 931190741
        },
        {
            "start": 931190752,
            "stop": 931190756
        },
        {
            "start": 931190761,
            "stop": 931190790
        },
        {
            "start": 931190795,
            "stop": 931190805
        },
        {
            "start": 931190816,
            "stop": 931190819
        },
        {
            "start": 931190824,
            "stop": 931190828
        },
        {
            "start": 931190860,
            "stop": 931190924
        },
        {
            "start": 931190930,
            "stop": 931190952
        },
        {
            "start": 931190958,
            "stop": 931190960
        },
        {
            "start": 931190971,
            "stop": 931190977
        },
        {
            "start": 931190996,
            "stop": 931191007
        },
        {
            "start": 931191013,
            "stop": 931191029
        },
        {
            "start": 931191049,
            "stop": 931191057
        },
        {
            "start": 931191069,
            "stop": 931191072
        }
    ]
}