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/H1_BURST_CAT2/segments?format=api&page=361
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=362",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=360",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 361,
    "results": [
        {
            "start": 1240739756,
            "stop": 1240739820
        },
        {
            "start": 1240739821,
            "stop": 1240739822
        },
        {
            "start": 1240739823,
            "stop": 1240739931
        },
        {
            "start": 1240739932,
            "stop": 1240739972
        },
        {
            "start": 1240739973,
            "stop": 1240740056
        },
        {
            "start": 1240740058,
            "stop": 1240740310
        },
        {
            "start": 1240740311,
            "stop": 1240740496
        },
        {
            "start": 1240740497,
            "stop": 1240740552
        },
        {
            "start": 1240740554,
            "stop": 1240740623
        },
        {
            "start": 1240740625,
            "stop": 1240740863
        },
        {
            "start": 1240740864,
            "stop": 1240740925
        },
        {
            "start": 1240740928,
            "stop": 1240740952
        },
        {
            "start": 1240740953,
            "stop": 1240741385
        },
        {
            "start": 1240741387,
            "stop": 1240741481
        },
        {
            "start": 1240741482,
            "stop": 1240741692
        },
        {
            "start": 1240741694,
            "stop": 1240742107
        },
        {
            "start": 1240742110,
            "stop": 1240742214
        },
        {
            "start": 1240742216,
            "stop": 1240742257
        },
        {
            "start": 1240742260,
            "stop": 1240742290
        },
        {
            "start": 1240742291,
            "stop": 1240742320
        }
    ]
}