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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=85",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=83",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 84,
    "results": [
        {
            "start": 1238504071,
            "stop": 1238504090
        },
        {
            "start": 1238504092,
            "stop": 1238504111
        },
        {
            "start": 1238504113,
            "stop": 1238504404
        },
        {
            "start": 1238504406,
            "stop": 1238504832
        },
        {
            "start": 1238504834,
            "stop": 1238505081
        },
        {
            "start": 1238505083,
            "stop": 1238505203
        },
        {
            "start": 1238505205,
            "stop": 1238505616
        },
        {
            "start": 1238505618,
            "stop": 1238505766
        },
        {
            "start": 1238505768,
            "stop": 1238505773
        },
        {
            "start": 1238505775,
            "stop": 1238505780
        },
        {
            "start": 1238505782,
            "stop": 1238506070
        },
        {
            "start": 1238506072,
            "stop": 1238506314
        },
        {
            "start": 1238506315,
            "stop": 1238507587
        },
        {
            "start": 1238507589,
            "stop": 1238507703
        },
        {
            "start": 1238507705,
            "stop": 1238507890
        },
        {
            "start": 1238507893,
            "stop": 1238508674
        },
        {
            "start": 1238508675,
            "stop": 1238508972
        },
        {
            "start": 1238508974,
            "stop": 1238509253
        },
        {
            "start": 1238509254,
            "stop": 1238509260
        },
        {
            "start": 1238509262,
            "stop": 1238509517
        }
    ]
}