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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=81",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=79",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 80,
    "results": [
        {
            "start": 823329299,
            "stop": 823329327
        },
        {
            "start": 823329328,
            "stop": 823329438
        },
        {
            "start": 823329439,
            "stop": 823329620
        },
        {
            "start": 823329622,
            "stop": 823329762
        },
        {
            "start": 823329764,
            "stop": 823329971
        },
        {
            "start": 823329972,
            "stop": 823330188
        },
        {
            "start": 823330191,
            "stop": 823330192
        },
        {
            "start": 823330194,
            "stop": 823330404
        },
        {
            "start": 823330406,
            "stop": 823331139
        },
        {
            "start": 823331140,
            "stop": 823331278
        },
        {
            "start": 823331280,
            "stop": 823331371
        },
        {
            "start": 823331373,
            "stop": 823331406
        },
        {
            "start": 823331408,
            "stop": 823331701
        },
        {
            "start": 823331704,
            "stop": 823331990
        },
        {
            "start": 823331992,
            "stop": 823332254
        },
        {
            "start": 823332260,
            "stop": 823332336
        },
        {
            "start": 823332338,
            "stop": 823332370
        },
        {
            "start": 823332372,
            "stop": 823332625
        },
        {
            "start": 823332627,
            "stop": 823332628
        },
        {
            "start": 823332630,
            "stop": 823332740
        }
    ]
}