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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT2/segments?format=api&page=54",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT2/segments?format=api&page=52",
    "results_count": 3475,
    "results_per_page": 20,
    "num_pages": 174,
    "page_number": 53,
    "results": [
        {
            "start": 1402526875,
            "stop": 1402542562
        },
        {
            "start": 1402542567,
            "stop": 1402551881
        },
        {
            "start": 1402551883,
            "stop": 1402556571
        },
        {
            "start": 1402556573,
            "stop": 1402562677
        },
        {
            "start": 1402562680,
            "stop": 1402564739
        },
        {
            "start": 1402571386,
            "stop": 1402585423
        },
        {
            "start": 1402592857,
            "stop": 1402598836
        },
        {
            "start": 1402598839,
            "stop": 1402600532
        },
        {
            "start": 1402600535,
            "stop": 1402605390
        },
        {
            "start": 1402605395,
            "stop": 1402606096
        },
        {
            "start": 1402606099,
            "stop": 1402607244
        },
        {
            "start": 1402607246,
            "stop": 1402615865
        },
        {
            "start": 1402615870,
            "stop": 1402633776
        },
        {
            "start": 1402633779,
            "stop": 1402634386
        },
        {
            "start": 1402634389,
            "stop": 1402636815
        },
        {
            "start": 1402636820,
            "stop": 1402640520
        },
        {
            "start": 1402640522,
            "stop": 1402648439
        },
        {
            "start": 1402648442,
            "stop": 1402665953
        },
        {
            "start": 1402665955,
            "stop": 1402669378
        },
        {
            "start": 1402669380,
            "stop": 1402673744
        }
    ]
}