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=788
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=789",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=787",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 788,
    "results": [
        {
            "start": 1249791651,
            "stop": 1249791942
        },
        {
            "start": 1249791945,
            "stop": 1249793187
        },
        {
            "start": 1249793192,
            "stop": 1249793700
        },
        {
            "start": 1249793704,
            "stop": 1249793801
        },
        {
            "start": 1249793804,
            "stop": 1249794364
        },
        {
            "start": 1249794368,
            "stop": 1249794641
        },
        {
            "start": 1249794644,
            "stop": 1249794819
        },
        {
            "start": 1249794823,
            "stop": 1249794839
        },
        {
            "start": 1249794843,
            "stop": 1249794898
        },
        {
            "start": 1249794902,
            "stop": 1249794914
        },
        {
            "start": 1249794919,
            "stop": 1249795256
        },
        {
            "start": 1249795259,
            "stop": 1249795272
        },
        {
            "start": 1249795277,
            "stop": 1249795487
        },
        {
            "start": 1249795490,
            "stop": 1249795637
        },
        {
            "start": 1249795640,
            "stop": 1249796058
        },
        {
            "start": 1249796062,
            "stop": 1249796371
        },
        {
            "start": 1249796375,
            "stop": 1249796684
        },
        {
            "start": 1249796687,
            "stop": 1249796849
        },
        {
            "start": 1249796854,
            "stop": 1249796964
        },
        {
            "start": 1249796966,
            "stop": 1249797167
        }
    ]
}