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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2453",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2451",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 2452,
    "results": [
        {
            "start": 874461926,
            "stop": 874462970
        },
        {
            "start": 874463050,
            "stop": 874464184
        },
        {
            "start": 874464219,
            "stop": 874464746
        },
        {
            "start": 874464763,
            "stop": 874466323
        },
        {
            "start": 874466340,
            "stop": 874466505
        },
        {
            "start": 874466522,
            "stop": 874467189
        },
        {
            "start": 874467207,
            "stop": 874467282
        },
        {
            "start": 874467299,
            "stop": 874467401
        },
        {
            "start": 874467418,
            "stop": 874468432
        },
        {
            "start": 874468450,
            "stop": 874468530
        },
        {
            "start": 874468620,
            "stop": 874468726
        },
        {
            "start": 874468743,
            "stop": 874469200
        },
        {
            "start": 874469217,
            "stop": 874469226
        },
        {
            "start": 874469252,
            "stop": 874469256
        },
        {
            "start": 874469273,
            "stop": 874469289
        },
        {
            "start": 874469306,
            "stop": 874469427
        },
        {
            "start": 874469444,
            "stop": 874469460
        },
        {
            "start": 874469477,
            "stop": 874469536
        },
        {
            "start": 874469553,
            "stop": 874469636
        },
        {
            "start": 874469653,
            "stop": 874469857
        }
    ]
}