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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=286",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=284",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 285,
    "results": [
        {
            "start": 934634673,
            "stop": 934635537
        },
        {
            "start": 934635539,
            "stop": 934635615
        },
        {
            "start": 934635855,
            "stop": 934636261
        },
        {
            "start": 934636265,
            "stop": 934637505
        },
        {
            "start": 934637509,
            "stop": 934637517
        },
        {
            "start": 934637535,
            "stop": 934637675
        },
        {
            "start": 934637693,
            "stop": 934637713
        },
        {
            "start": 934637833,
            "stop": 934637951
        },
        {
            "start": 934637969,
            "stop": 934638416
        },
        {
            "start": 934642459,
            "stop": 934642474
        },
        {
            "start": 934642476,
            "stop": 934642543
        },
        {
            "start": 934642545,
            "stop": 934642633
        },
        {
            "start": 934642635,
            "stop": 934642642
        },
        {
            "start": 934642645,
            "stop": 934642648
        },
        {
            "start": 934642650,
            "stop": 934642657
        },
        {
            "start": 934642661,
            "stop": 934642662
        },
        {
            "start": 934642665,
            "stop": 934642677
        },
        {
            "start": 934642680,
            "stop": 934642688
        },
        {
            "start": 934642690,
            "stop": 934642693
        },
        {
            "start": 934642695,
            "stop": 934642702
        }
    ]
}