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=5952
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=5953",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5951",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5952,
    "results": [
        {
            "start": 875220687,
            "stop": 875220694
        },
        {
            "start": 875220698,
            "stop": 875220778
        },
        {
            "start": 875220785,
            "stop": 875220790
        },
        {
            "start": 875220793,
            "stop": 875220873
        },
        {
            "start": 875220876,
            "stop": 875220878
        },
        {
            "start": 875220883,
            "stop": 875220913
        },
        {
            "start": 875220918,
            "stop": 875220948
        },
        {
            "start": 875220952,
            "stop": 875220974
        },
        {
            "start": 875220977,
            "stop": 875220989
        },
        {
            "start": 875220992,
            "stop": 875221020
        },
        {
            "start": 875221023,
            "stop": 875221038
        },
        {
            "start": 875221041,
            "stop": 875221042
        },
        {
            "start": 875221046,
            "stop": 875221069
        },
        {
            "start": 875221072,
            "stop": 875221082
        },
        {
            "start": 875221085,
            "stop": 875221094
        },
        {
            "start": 875221097,
            "stop": 875221181
        },
        {
            "start": 875221186,
            "stop": 875221198
        },
        {
            "start": 875221201,
            "stop": 875221205
        },
        {
            "start": 875221208,
            "stop": 875221220
        },
        {
            "start": 875221224,
            "stop": 875221234
        }
    ]
}