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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=20",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=18",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 19,
    "results": [
        {
            "start": 1238356521,
            "stop": 1238356526
        },
        {
            "start": 1238356527,
            "stop": 1238356590
        },
        {
            "start": 1238356591,
            "stop": 1238356592
        },
        {
            "start": 1238356593,
            "stop": 1238356652
        },
        {
            "start": 1238356653,
            "stop": 1238356654
        },
        {
            "start": 1238356655,
            "stop": 1238356723
        },
        {
            "start": 1238356724,
            "stop": 1238356730
        },
        {
            "start": 1238356731,
            "stop": 1238356747
        },
        {
            "start": 1238356748,
            "stop": 1238356751
        },
        {
            "start": 1238356752,
            "stop": 1238356785
        },
        {
            "start": 1238356786,
            "stop": 1238356790
        },
        {
            "start": 1238356791,
            "stop": 1238356809
        },
        {
            "start": 1238356810,
            "stop": 1238356816
        },
        {
            "start": 1238356817,
            "stop": 1238356850
        },
        {
            "start": 1238356852,
            "stop": 1238356853
        },
        {
            "start": 1238356854,
            "stop": 1238356895
        },
        {
            "start": 1238356898,
            "stop": 1238356913
        },
        {
            "start": 1238356914,
            "stop": 1238356915
        },
        {
            "start": 1238356916,
            "stop": 1238356940
        },
        {
            "start": 1238356941,
            "stop": 1238356942
        }
    ]
}