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/S6/timelines/H1_BURST_CAT3/segments?format=api&page=176
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=177",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=175",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 176,
    "results": [
        {
            "start": 931452080,
            "stop": 931452081
        },
        {
            "start": 931452082,
            "stop": 931452172
        },
        {
            "start": 931452174,
            "stop": 931452195
        },
        {
            "start": 931452196,
            "stop": 931452237
        },
        {
            "start": 931452238,
            "stop": 931452252
        },
        {
            "start": 931452253,
            "stop": 931452356
        },
        {
            "start": 931452357,
            "stop": 931452403
        },
        {
            "start": 931452404,
            "stop": 931452422
        },
        {
            "start": 931452423,
            "stop": 931452433
        },
        {
            "start": 931452435,
            "stop": 931452447
        },
        {
            "start": 931452450,
            "stop": 931452461
        },
        {
            "start": 931452463,
            "stop": 931452516
        },
        {
            "start": 931452517,
            "stop": 931452587
        },
        {
            "start": 931452589,
            "stop": 931452616
        },
        {
            "start": 931452618,
            "stop": 931452627
        },
        {
            "start": 931452628,
            "stop": 931452635
        },
        {
            "start": 931452637,
            "stop": 931452638
        },
        {
            "start": 931452639,
            "stop": 931452649
        },
        {
            "start": 931452651,
            "stop": 931452708
        },
        {
            "start": 931452712,
            "stop": 931452827
        }
    ]
}