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=46923
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=46924",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46922",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46923,
    "results": [
        {
            "start": 875191817,
            "stop": 875191827
        },
        {
            "start": 875191828,
            "stop": 875191840
        },
        {
            "start": 875191842,
            "stop": 875191899
        },
        {
            "start": 875191901,
            "stop": 875191922
        },
        {
            "start": 875191923,
            "stop": 875191947
        },
        {
            "start": 875191948,
            "stop": 875191961
        },
        {
            "start": 875191962,
            "stop": 875191969
        },
        {
            "start": 875191970,
            "stop": 875192021
        },
        {
            "start": 875192022,
            "stop": 875192028
        },
        {
            "start": 875192030,
            "stop": 875192050
        },
        {
            "start": 875192051,
            "stop": 875192063
        },
        {
            "start": 875192064,
            "stop": 875192066
        },
        {
            "start": 875192067,
            "stop": 875192069
        },
        {
            "start": 875192070,
            "stop": 875192079
        },
        {
            "start": 875192081,
            "stop": 875192090
        },
        {
            "start": 875192091,
            "stop": 875192093
        },
        {
            "start": 875192094,
            "stop": 875192135
        },
        {
            "start": 875192136,
            "stop": 875192141
        },
        {
            "start": 875192142,
            "stop": 875192149
        },
        {
            "start": 875192150,
            "stop": 875192167
        }
    ]
}