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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=28",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=26",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 27,
    "results": [
        {
            "start": 818349021,
            "stop": 818352312
        },
        {
            "start": 818354602,
            "stop": 818365658
        },
        {
            "start": 818365665,
            "stop": 818367690
        },
        {
            "start": 818367697,
            "stop": 818373502
        },
        {
            "start": 818373503,
            "stop": 818384806
        },
        {
            "start": 818384813,
            "stop": 818386771
        },
        {
            "start": 818386778,
            "stop": 818387019
        },
        {
            "start": 818387026,
            "stop": 818413535
        },
        {
            "start": 818413542,
            "stop": 818414127
        },
        {
            "start": 818414134,
            "stop": 818415852
        },
        {
            "start": 818415859,
            "stop": 818415914
        },
        {
            "start": 818415921,
            "stop": 818416329
        },
        {
            "start": 818416336,
            "stop": 818418310
        },
        {
            "start": 818418317,
            "stop": 818419750
        },
        {
            "start": 818419751,
            "stop": 818419844
        },
        {
            "start": 818419851,
            "stop": 818426005
        },
        {
            "start": 818426011,
            "stop": 818449952
        },
        {
            "start": 818449959,
            "stop": 818449989
        },
        {
            "start": 818449996,
            "stop": 818450271
        },
        {
            "start": 818450278,
            "stop": 818450344
        }
    ]
}