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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=729",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=727",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 728,
    "results": [
        {
            "start": 1249008832,
            "stop": 1249008868
        },
        {
            "start": 1249008869,
            "stop": 1249008959
        },
        {
            "start": 1249008963,
            "stop": 1249009780
        },
        {
            "start": 1249009781,
            "stop": 1249009784
        },
        {
            "start": 1249009785,
            "stop": 1249009792
        },
        {
            "start": 1249009793,
            "stop": 1249009794
        },
        {
            "start": 1249009795,
            "stop": 1249009796
        },
        {
            "start": 1249009801,
            "stop": 1249009802
        },
        {
            "start": 1249009803,
            "stop": 1249009946
        },
        {
            "start": 1249009947,
            "stop": 1249009953
        },
        {
            "start": 1249009958,
            "stop": 1249009964
        },
        {
            "start": 1249009971,
            "stop": 1249009995
        },
        {
            "start": 1249009996,
            "stop": 1249009997
        },
        {
            "start": 1249009998,
            "stop": 1249010039
        },
        {
            "start": 1249010041,
            "stop": 1249010043
        },
        {
            "start": 1249010045,
            "stop": 1249010046
        },
        {
            "start": 1249010047,
            "stop": 1249010067
        },
        {
            "start": 1249010081,
            "stop": 1249010082
        },
        {
            "start": 1249010085,
            "stop": 1249010087
        },
        {
            "start": 1249010089,
            "stop": 1249010112
        }
    ]
}