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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=407",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=405",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 406,
    "results": [
        {
            "start": 1264357420,
            "stop": 1264357589
        },
        {
            "start": 1264357594,
            "stop": 1264357754
        },
        {
            "start": 1264357755,
            "stop": 1264357756
        },
        {
            "start": 1264357757,
            "stop": 1264358228
        },
        {
            "start": 1264358229,
            "stop": 1264358643
        },
        {
            "start": 1264358648,
            "stop": 1264358678
        },
        {
            "start": 1264358684,
            "stop": 1264358702
        },
        {
            "start": 1264358707,
            "stop": 1264358712
        },
        {
            "start": 1264358717,
            "stop": 1264358751
        },
        {
            "start": 1264358754,
            "stop": 1264358757
        },
        {
            "start": 1264358758,
            "stop": 1264358760
        },
        {
            "start": 1264358761,
            "stop": 1264358768
        },
        {
            "start": 1264358769,
            "stop": 1264358804
        },
        {
            "start": 1264358806,
            "stop": 1264358811
        },
        {
            "start": 1264358813,
            "stop": 1264359468
        },
        {
            "start": 1264359469,
            "stop": 1264359793
        },
        {
            "start": 1264359795,
            "stop": 1264359975
        },
        {
            "start": 1264359980,
            "stop": 1264360595
        },
        {
            "start": 1264360596,
            "stop": 1264361257
        },
        {
            "start": 1264361258,
            "stop": 1264361965
        }
    ]
}