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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=783",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=781",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 782,
    "results": [
        {
            "start": 1249669187,
            "stop": 1249670657
        },
        {
            "start": 1249670662,
            "stop": 1249672750
        },
        {
            "start": 1249672755,
            "stop": 1249675177
        },
        {
            "start": 1249675182,
            "stop": 1249676649
        },
        {
            "start": 1249676657,
            "stop": 1249676997
        },
        {
            "start": 1249677005,
            "stop": 1249677802
        },
        {
            "start": 1249677807,
            "stop": 1249677951
        },
        {
            "start": 1249683085,
            "stop": 1249684773
        },
        {
            "start": 1249684778,
            "stop": 1249687955
        },
        {
            "start": 1249687960,
            "stop": 1249689093
        },
        {
            "start": 1249689286,
            "stop": 1249691722
        },
        {
            "start": 1249691727,
            "stop": 1249694017
        },
        {
            "start": 1249694025,
            "stop": 1249695372
        },
        {
            "start": 1249695376,
            "stop": 1249698109
        },
        {
            "start": 1249698113,
            "stop": 1249699402
        },
        {
            "start": 1249699405,
            "stop": 1249701365
        },
        {
            "start": 1249701368,
            "stop": 1249701499
        },
        {
            "start": 1249701503,
            "stop": 1249702750
        },
        {
            "start": 1249702752,
            "stop": 1249702898
        },
        {
            "start": 1249702903,
            "stop": 1249706186
        }
    ]
}