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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=103",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=101",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 102,
    "results": [
        {
            "start": 931509380,
            "stop": 931509383
        },
        {
            "start": 931509386,
            "stop": 931509412
        },
        {
            "start": 931509415,
            "stop": 931509419
        },
        {
            "start": 931509426,
            "stop": 931509441
        },
        {
            "start": 931509444,
            "stop": 931509459
        },
        {
            "start": 931509467,
            "stop": 931509475
        },
        {
            "start": 931509477,
            "stop": 931509492
        },
        {
            "start": 931509503,
            "stop": 931509532
        },
        {
            "start": 931509535,
            "stop": 931509547
        },
        {
            "start": 931509550,
            "stop": 931509554
        },
        {
            "start": 931509557,
            "stop": 931509565
        },
        {
            "start": 931509568,
            "stop": 931509581
        },
        {
            "start": 931509586,
            "stop": 931509599
        },
        {
            "start": 931509602,
            "stop": 931509645
        },
        {
            "start": 931509648,
            "stop": 931509695
        },
        {
            "start": 931509698,
            "stop": 931509708
        },
        {
            "start": 931509711,
            "stop": 931509743
        },
        {
            "start": 931509748,
            "stop": 931509770
        },
        {
            "start": 931509775,
            "stop": 931509779
        },
        {
            "start": 931509782,
            "stop": 931509815
        }
    ]
}