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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=118",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=116",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 117,
    "results": [
        {
            "start": 818366661,
            "stop": 818367690
        },
        {
            "start": 818367693,
            "stop": 818370549
        },
        {
            "start": 818371031,
            "stop": 818373502
        },
        {
            "start": 818373503,
            "stop": 818384806
        },
        {
            "start": 818384809,
            "stop": 818386771
        },
        {
            "start": 818386774,
            "stop": 818387019
        },
        {
            "start": 818387022,
            "stop": 818387420
        },
        {
            "start": 818387424,
            "stop": 818407091
        },
        {
            "start": 818407827,
            "stop": 818408033
        },
        {
            "start": 818408790,
            "stop": 818413535
        },
        {
            "start": 818413538,
            "stop": 818414127
        },
        {
            "start": 818414130,
            "stop": 818415163
        },
        {
            "start": 818415344,
            "stop": 818415852
        },
        {
            "start": 818415855,
            "stop": 818415914
        },
        {
            "start": 818415917,
            "stop": 818416329
        },
        {
            "start": 818416332,
            "stop": 818418310
        },
        {
            "start": 818418313,
            "stop": 818419750
        },
        {
            "start": 818419751,
            "stop": 818419844
        },
        {
            "start": 818419847,
            "stop": 818422765
        },
        {
            "start": 818422769,
            "stop": 818426005
        }
    ]
}