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=63
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=64",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=62",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 63,
    "results": [
        {
            "start": 931500710,
            "stop": 931500712
        },
        {
            "start": 931500715,
            "stop": 931500716
        },
        {
            "start": 931500719,
            "stop": 931500738
        },
        {
            "start": 931500741,
            "stop": 931500744
        },
        {
            "start": 931500747,
            "stop": 931500749
        },
        {
            "start": 931500752,
            "stop": 931500780
        },
        {
            "start": 931500785,
            "stop": 931500797
        },
        {
            "start": 931500801,
            "stop": 931500812
        },
        {
            "start": 931500818,
            "stop": 931500831
        },
        {
            "start": 931500836,
            "stop": 931500842
        },
        {
            "start": 931500846,
            "stop": 931500855
        },
        {
            "start": 931500858,
            "stop": 931500860
        },
        {
            "start": 931500863,
            "stop": 931500871
        },
        {
            "start": 931500876,
            "stop": 931500877
        },
        {
            "start": 931500880,
            "stop": 931500882
        },
        {
            "start": 931500885,
            "stop": 931500888
        },
        {
            "start": 931500893,
            "stop": 931500896
        },
        {
            "start": 931500899,
            "stop": 931500905
        },
        {
            "start": 931500911,
            "stop": 931500916
        },
        {
            "start": 931500921,
            "stop": 931500924
        }
    ]
}