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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5133",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5131",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5132,
    "results": [
        {
            "start": 874701844,
            "stop": 874701846
        },
        {
            "start": 874701859,
            "stop": 874701871
        },
        {
            "start": 874701879,
            "stop": 874701902
        },
        {
            "start": 874701909,
            "stop": 874701911
        },
        {
            "start": 874701918,
            "stop": 874701933
        },
        {
            "start": 874701940,
            "stop": 874701970
        },
        {
            "start": 874701978,
            "stop": 874701993
        },
        {
            "start": 874702000,
            "stop": 874702009
        },
        {
            "start": 874702017,
            "stop": 874702043
        },
        {
            "start": 874702051,
            "stop": 874702054
        },
        {
            "start": 874702061,
            "stop": 874702077
        },
        {
            "start": 874702084,
            "stop": 874702086
        },
        {
            "start": 874702099,
            "stop": 874702131
        },
        {
            "start": 874702138,
            "stop": 874702164
        },
        {
            "start": 874702172,
            "stop": 874702188
        },
        {
            "start": 874702199,
            "stop": 874702208
        },
        {
            "start": 874702215,
            "stop": 874702251
        },
        {
            "start": 874702258,
            "stop": 874702277
        },
        {
            "start": 874702284,
            "stop": 874702299
        },
        {
            "start": 874702311,
            "stop": 874702333
        }
    ]
}