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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=29",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=27",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 28,
    "results": [
        {
            "start": 1238189595,
            "stop": 1238189596
        },
        {
            "start": 1238189602,
            "stop": 1238189605
        },
        {
            "start": 1238189607,
            "stop": 1238189613
        },
        {
            "start": 1238189614,
            "stop": 1238189619
        },
        {
            "start": 1238189621,
            "stop": 1238189623
        },
        {
            "start": 1238189626,
            "stop": 1238189629
        },
        {
            "start": 1238189630,
            "stop": 1238189637
        },
        {
            "start": 1238189638,
            "stop": 1238189643
        },
        {
            "start": 1238189644,
            "stop": 1238189651
        },
        {
            "start": 1238189652,
            "stop": 1238189654
        },
        {
            "start": 1238189658,
            "stop": 1238189668
        },
        {
            "start": 1238189670,
            "stop": 1238189680
        },
        {
            "start": 1238189682,
            "stop": 1238189688
        },
        {
            "start": 1238189689,
            "stop": 1238189695
        },
        {
            "start": 1238189699,
            "stop": 1238189707
        },
        {
            "start": 1238189708,
            "stop": 1238189715
        },
        {
            "start": 1238189716,
            "stop": 1238189719
        },
        {
            "start": 1238189722,
            "stop": 1238189726
        },
        {
            "start": 1238189727,
            "stop": 1238189732
        },
        {
            "start": 1238189733,
            "stop": 1238189737
        }
    ]
}