Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=7892
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=7893",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=7891",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 7892,
    "results": [
        {
            "start": 969914385,
            "stop": 969914414
        },
        {
            "start": 969914417,
            "stop": 969914465
        },
        {
            "start": 969914468,
            "stop": 969914469
        },
        {
            "start": 969914472,
            "stop": 969914478
        },
        {
            "start": 969914481,
            "stop": 969914506
        },
        {
            "start": 969917004,
            "stop": 969917117
        },
        {
            "start": 969917121,
            "stop": 969917139
        },
        {
            "start": 969917145,
            "stop": 969917147
        },
        {
            "start": 969917150,
            "stop": 969917175
        },
        {
            "start": 969917187,
            "stop": 969917188
        },
        {
            "start": 969917207,
            "stop": 969917210
        },
        {
            "start": 969917222,
            "stop": 969917627
        },
        {
            "start": 969917630,
            "stop": 969917632
        },
        {
            "start": 969917635,
            "stop": 969917699
        },
        {
            "start": 969917702,
            "stop": 969918012
        },
        {
            "start": 969918023,
            "stop": 969918028
        },
        {
            "start": 969918039,
            "stop": 969918056
        },
        {
            "start": 969918074,
            "stop": 969918102
        },
        {
            "start": 969918108,
            "stop": 969918117
        },
        {
            "start": 969918140,
            "stop": 969918143
        }
    ]
}