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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5184",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5182",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5183,
    "results": [
        {
            "start": 874786204,
            "stop": 874786270
        },
        {
            "start": 874786277,
            "stop": 874786282
        },
        {
            "start": 874786290,
            "stop": 874786305
        },
        {
            "start": 874786312,
            "stop": 874786378
        },
        {
            "start": 874786385,
            "stop": 874786401
        },
        {
            "start": 874786408,
            "stop": 874786409
        },
        {
            "start": 874786416,
            "stop": 874786477
        },
        {
            "start": 874786484,
            "stop": 874786521
        },
        {
            "start": 874786534,
            "stop": 874786562
        },
        {
            "start": 874786569,
            "stop": 874786617
        },
        {
            "start": 874786624,
            "stop": 874786630
        },
        {
            "start": 874786637,
            "stop": 874786640
        },
        {
            "start": 874786647,
            "stop": 874786648
        },
        {
            "start": 874786655,
            "stop": 874786723
        },
        {
            "start": 874786730,
            "stop": 874786767
        },
        {
            "start": 874786774,
            "stop": 874786908
        },
        {
            "start": 874786915,
            "stop": 874787047
        },
        {
            "start": 874787054,
            "stop": 874787192
        },
        {
            "start": 874787209,
            "stop": 874787427
        },
        {
            "start": 874787434,
            "stop": 874787460
        }
    ]
}