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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT3/segments?format=api&page=180",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT3/segments?format=api&page=178",
    "results_count": 3868,
    "results_per_page": 20,
    "num_pages": 194,
    "page_number": 179,
    "results": [
        {
            "start": 1420905620,
            "stop": 1420905931
        },
        {
            "start": 1420955045,
            "stop": 1420957272
        },
        {
            "start": 1420957277,
            "stop": 1420958173
        },
        {
            "start": 1420958176,
            "stop": 1420962304
        },
        {
            "start": 1420962309,
            "stop": 1420962943
        },
        {
            "start": 1420962948,
            "stop": 1420966467
        },
        {
            "start": 1420966472,
            "stop": 1420966539
        },
        {
            "start": 1420966543,
            "stop": 1420968672
        },
        {
            "start": 1420968677,
            "stop": 1420974641
        },
        {
            "start": 1420974645,
            "stop": 1420977876
        },
        {
            "start": 1420977881,
            "stop": 1420979592
        },
        {
            "start": 1420979597,
            "stop": 1420982235
        },
        {
            "start": 1420988423,
            "stop": 1420990196
        },
        {
            "start": 1420990201,
            "stop": 1420992523
        },
        {
            "start": 1420992528,
            "stop": 1420992530
        },
        {
            "start": 1420992535,
            "stop": 1420994691
        },
        {
            "start": 1420994696,
            "stop": 1420997336
        },
        {
            "start": 1420997341,
            "stop": 1421005432
        },
        {
            "start": 1421005436,
            "stop": 1421010044
        },
        {
            "start": 1421010049,
            "stop": 1421010113
        }
    ]
}