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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=175",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=173",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 174,
    "results": [
        {
            "start": 932427738,
            "stop": 932428386
        },
        {
            "start": 932428446,
            "stop": 932428689
        },
        {
            "start": 932434417,
            "stop": 932435103
        },
        {
            "start": 932435105,
            "stop": 932435167
        },
        {
            "start": 932435172,
            "stop": 932435310
        },
        {
            "start": 932435706,
            "stop": 932435709
        },
        {
            "start": 932435711,
            "stop": 932435730
        },
        {
            "start": 932435732,
            "stop": 932435766
        },
        {
            "start": 932441466,
            "stop": 932441471
        },
        {
            "start": 932441474,
            "stop": 932441493
        },
        {
            "start": 932441495,
            "stop": 932441586
        },
        {
            "start": 932441646,
            "stop": 932441648
        },
        {
            "start": 932441678,
            "stop": 932441706
        },
        {
            "start": 932441766,
            "stop": 932441886
        },
        {
            "start": 932441946,
            "stop": 932442126
        },
        {
            "start": 932442246,
            "stop": 932442813
        },
        {
            "start": 932442815,
            "stop": 932442834
        },
        {
            "start": 932442839,
            "stop": 932442906
        },
        {
            "start": 932442966,
            "stop": 932443116
        },
        {
            "start": 932443121,
            "stop": 932443146
        }
    ]
}