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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1896",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1894",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1895,
    "results": [
        {
            "start": 971258521,
            "stop": 971258974
        },
        {
            "start": 971260714,
            "stop": 971261051
        },
        {
            "start": 971261053,
            "stop": 971261635
        },
        {
            "start": 971261637,
            "stop": 971261704
        },
        {
            "start": 971261706,
            "stop": 971262186
        },
        {
            "start": 971263048,
            "stop": 971263190
        },
        {
            "start": 971266746,
            "stop": 971266778
        },
        {
            "start": 971268432,
            "stop": 971269052
        },
        {
            "start": 971271445,
            "stop": 971271712
        },
        {
            "start": 971271714,
            "stop": 971272053
        },
        {
            "start": 971283884,
            "stop": 971283967
        },
        {
            "start": 971287005,
            "stop": 971287394
        },
        {
            "start": 971287396,
            "stop": 971287581
        },
        {
            "start": 971287625,
            "stop": 971287627
        },
        {
            "start": 971287660,
            "stop": 971287861
        },
        {
            "start": 971289096,
            "stop": 971289179
        },
        {
            "start": 971289180,
            "stop": 971289654
        },
        {
            "start": 971289656,
            "stop": 971290171
        },
        {
            "start": 971290173,
            "stop": 971290460
        },
        {
            "start": 971290462,
            "stop": 971291610
        }
    ]
}