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=115
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=116",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=114",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 115,
    "results": [
        {
            "start": 818290531,
            "stop": 818290591
        },
        {
            "start": 818290594,
            "stop": 818290863
        },
        {
            "start": 818290866,
            "stop": 818290916
        },
        {
            "start": 818290919,
            "stop": 818291093
        },
        {
            "start": 818291096,
            "stop": 818291269
        },
        {
            "start": 818291272,
            "stop": 818291367
        },
        {
            "start": 818291370,
            "stop": 818291385
        },
        {
            "start": 818291785,
            "stop": 818292323
        },
        {
            "start": 818292326,
            "stop": 818292355
        },
        {
            "start": 818292358,
            "stop": 818293023
        },
        {
            "start": 818293026,
            "stop": 818293150
        },
        {
            "start": 818293154,
            "stop": 818293192
        },
        {
            "start": 818293195,
            "stop": 818294012
        },
        {
            "start": 818294015,
            "stop": 818294079
        },
        {
            "start": 818294082,
            "stop": 818294176
        },
        {
            "start": 818294179,
            "stop": 818294245
        },
        {
            "start": 818294248,
            "stop": 818294409
        },
        {
            "start": 818294412,
            "stop": 818294659
        },
        {
            "start": 818294662,
            "stop": 818294714
        },
        {
            "start": 818294717,
            "stop": 818295412
        }
    ]
}