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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14870",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14868",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 14869,
    "results": [
        {
            "start": 971410482,
            "stop": 971410484
        },
        {
            "start": 971410488,
            "stop": 971410491
        },
        {
            "start": 971410493,
            "stop": 971410501
        },
        {
            "start": 971410506,
            "stop": 971410512
        },
        {
            "start": 971410514,
            "stop": 971410515
        },
        {
            "start": 971410516,
            "stop": 971410518
        },
        {
            "start": 971410519,
            "stop": 971410520
        },
        {
            "start": 971410521,
            "stop": 971410529
        },
        {
            "start": 971410531,
            "stop": 971410535
        },
        {
            "start": 971410538,
            "stop": 971410539
        },
        {
            "start": 971410541,
            "stop": 971410565
        },
        {
            "start": 971410567,
            "stop": 971410571
        },
        {
            "start": 971410572,
            "stop": 971410579
        },
        {
            "start": 971410581,
            "stop": 971410582
        },
        {
            "start": 971410587,
            "stop": 971410588
        },
        {
            "start": 971410589,
            "stop": 971410590
        },
        {
            "start": 971410591,
            "stop": 971410592
        },
        {
            "start": 971410596,
            "stop": 971410600
        },
        {
            "start": 971410601,
            "stop": 971410613
        },
        {
            "start": 971410614,
            "stop": 971410634
        }
    ]
}