Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6131
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6132",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6130",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6131,
    "results": [
        {
            "start": 874222441,
            "stop": 874222452
        },
        {
            "start": 874222458,
            "stop": 874222465
        },
        {
            "start": 874222469,
            "stop": 874222470
        },
        {
            "start": 874222473,
            "stop": 874222474
        },
        {
            "start": 874222484,
            "stop": 874222489
        },
        {
            "start": 874222494,
            "stop": 874222497
        },
        {
            "start": 874222504,
            "stop": 874222513
        },
        {
            "start": 874222516,
            "stop": 874222521
        },
        {
            "start": 874222524,
            "stop": 874222531
        },
        {
            "start": 874222534,
            "stop": 874222722
        },
        {
            "start": 874222727,
            "stop": 874222773
        },
        {
            "start": 874222776,
            "stop": 874222778
        },
        {
            "start": 874222789,
            "stop": 874222792
        },
        {
            "start": 874222795,
            "stop": 874222797
        },
        {
            "start": 874222802,
            "stop": 874222807
        },
        {
            "start": 874222810,
            "stop": 874222819
        },
        {
            "start": 874222825,
            "stop": 874222831
        },
        {
            "start": 874222834,
            "stop": 874222990
        },
        {
            "start": 874222993,
            "stop": 874223045
        },
        {
            "start": 874223046,
            "stop": 874223051
        }
    ]
}