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=95
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=96",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=94",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 95,
    "results": [
        {
            "start": 817280463,
            "stop": 817280573
        },
        {
            "start": 817280576,
            "stop": 817280814
        },
        {
            "start": 817280817,
            "stop": 817281063
        },
        {
            "start": 817281065,
            "stop": 817281411
        },
        {
            "start": 817281414,
            "stop": 817281458
        },
        {
            "start": 817281461,
            "stop": 817281674
        },
        {
            "start": 817281677,
            "stop": 817282537
        },
        {
            "start": 817282540,
            "stop": 817282961
        },
        {
            "start": 817282965,
            "stop": 817283145
        },
        {
            "start": 817283149,
            "stop": 817283402
        },
        {
            "start": 817283405,
            "stop": 817284412
        },
        {
            "start": 817284416,
            "stop": 817284442
        },
        {
            "start": 817284445,
            "stop": 817284763
        },
        {
            "start": 817284766,
            "stop": 817284992
        },
        {
            "start": 817284995,
            "stop": 817285119
        },
        {
            "start": 817285122,
            "stop": 817285937
        },
        {
            "start": 817285940,
            "stop": 817286081
        },
        {
            "start": 817286084,
            "stop": 817286086
        },
        {
            "start": 817286089,
            "stop": 817286922
        },
        {
            "start": 817286926,
            "stop": 817287872
        }
    ]
}