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=4944
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=4945",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=4943",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 4944,
    "results": [
        {
            "start": 874424372,
            "stop": 874424476
        },
        {
            "start": 874424483,
            "stop": 874424565
        },
        {
            "start": 874424572,
            "stop": 874424772
        },
        {
            "start": 874424779,
            "stop": 874424870
        },
        {
            "start": 874424877,
            "stop": 874424893
        },
        {
            "start": 874424900,
            "stop": 874425139
        },
        {
            "start": 874425146,
            "stop": 874425211
        },
        {
            "start": 874425219,
            "stop": 874425235
        },
        {
            "start": 874425242,
            "stop": 874425250
        },
        {
            "start": 874425257,
            "stop": 874425339
        },
        {
            "start": 874425347,
            "stop": 874425646
        },
        {
            "start": 874425654,
            "stop": 874425712
        },
        {
            "start": 874425719,
            "stop": 874425761
        },
        {
            "start": 874425768,
            "stop": 874425816
        },
        {
            "start": 874425823,
            "stop": 874425869
        },
        {
            "start": 874425876,
            "stop": 874426015
        },
        {
            "start": 874426023,
            "stop": 874426180
        },
        {
            "start": 874426187,
            "stop": 874426202
        },
        {
            "start": 874426209,
            "stop": 874426224
        },
        {
            "start": 874426231,
            "stop": 874426347
        }
    ]
}