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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=626",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=624",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 625,
    "results": [
        {
            "start": 1263263319,
            "stop": 1263263339
        },
        {
            "start": 1263263341,
            "stop": 1263263343
        },
        {
            "start": 1263263344,
            "stop": 1263263355
        },
        {
            "start": 1263269365,
            "stop": 1263270504
        },
        {
            "start": 1263270507,
            "stop": 1263271108
        },
        {
            "start": 1263271111,
            "stop": 1263271829
        },
        {
            "start": 1263271837,
            "stop": 1263271936
        },
        {
            "start": 1263272009,
            "stop": 1263272408
        },
        {
            "start": 1263272411,
            "stop": 1263272561
        },
        {
            "start": 1263272564,
            "stop": 1263273773
        },
        {
            "start": 1263273776,
            "stop": 1263275333
        },
        {
            "start": 1263275336,
            "stop": 1263276778
        },
        {
            "start": 1263276781,
            "stop": 1263278245
        },
        {
            "start": 1263278248,
            "stop": 1263280461
        },
        {
            "start": 1263280469,
            "stop": 1263281717
        },
        {
            "start": 1263281720,
            "stop": 1263282174
        },
        {
            "start": 1263282177,
            "stop": 1263282317
        },
        {
            "start": 1263282318,
            "stop": 1263284627
        },
        {
            "start": 1263284630,
            "stop": 1263286635
        },
        {
            "start": 1263286643,
            "stop": 1263287203
        }
    ]
}