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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5807",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5805",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5806,
    "results": [
        {
            "start": 874700796,
            "stop": 874700814
        },
        {
            "start": 874700817,
            "stop": 874700834
        },
        {
            "start": 874700837,
            "stop": 874700858
        },
        {
            "start": 874700862,
            "stop": 874700881
        },
        {
            "start": 874700884,
            "stop": 874700889
        },
        {
            "start": 874700894,
            "stop": 874700897
        },
        {
            "start": 874700900,
            "stop": 874700928
        },
        {
            "start": 874700931,
            "stop": 874701011
        },
        {
            "start": 874701014,
            "stop": 874701043
        },
        {
            "start": 874701046,
            "stop": 874701059
        },
        {
            "start": 874701062,
            "stop": 874701069
        },
        {
            "start": 874701072,
            "stop": 874701087
        },
        {
            "start": 874701090,
            "stop": 874701112
        },
        {
            "start": 874701116,
            "stop": 874701158
        },
        {
            "start": 874701161,
            "stop": 874701177
        },
        {
            "start": 874701180,
            "stop": 874701204
        },
        {
            "start": 874701208,
            "stop": 874701252
        },
        {
            "start": 874701255,
            "stop": 874701261
        },
        {
            "start": 874701264,
            "stop": 874701277
        },
        {
            "start": 874701280,
            "stop": 874701287
        }
    ]
}