Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6304
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6305",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6303",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6304,
    "results": [
        {
            "start": 873169161,
            "stop": 873169683
        },
        {
            "start": 873169684,
            "stop": 873170137
        },
        {
            "start": 873170138,
            "stop": 873170222
        },
        {
            "start": 873170224,
            "stop": 873170440
        },
        {
            "start": 873170441,
            "stop": 873170551
        },
        {
            "start": 873170552,
            "stop": 873170563
        },
        {
            "start": 873170564,
            "stop": 873170674
        },
        {
            "start": 873170675,
            "stop": 873170908
        },
        {
            "start": 873170909,
            "stop": 873171304
        },
        {
            "start": 873171306,
            "stop": 873171608
        },
        {
            "start": 873171609,
            "stop": 873171742
        },
        {
            "start": 873171743,
            "stop": 873171750
        },
        {
            "start": 873171751,
            "stop": 873171794
        },
        {
            "start": 873171795,
            "stop": 873171887
        },
        {
            "start": 873171889,
            "stop": 873172058
        },
        {
            "start": 873172059,
            "stop": 873172188
        },
        {
            "start": 873172189,
            "stop": 873172229
        },
        {
            "start": 873172231,
            "stop": 873172278
        },
        {
            "start": 873172280,
            "stop": 873172341
        },
        {
            "start": 873172342,
            "stop": 873172445
        }
    ]
}