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=14921
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=14922",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14920",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 14921,
    "results": [
        {
            "start": 971547518,
            "stop": 971547619
        },
        {
            "start": 971547622,
            "stop": 971547623
        },
        {
            "start": 971547629,
            "stop": 971547630
        },
        {
            "start": 971547632,
            "stop": 971547640
        },
        {
            "start": 971547643,
            "stop": 971547675
        },
        {
            "start": 971547677,
            "stop": 971547770
        },
        {
            "start": 971547773,
            "stop": 971547844
        },
        {
            "start": 971547847,
            "stop": 971548091
        },
        {
            "start": 971548094,
            "stop": 971548097
        },
        {
            "start": 971548100,
            "stop": 971548154
        },
        {
            "start": 971548157,
            "stop": 971548202
        },
        {
            "start": 971548205,
            "stop": 971548228
        },
        {
            "start": 971548229,
            "stop": 971548338
        },
        {
            "start": 971548341,
            "stop": 971548389
        },
        {
            "start": 971548392,
            "stop": 971548396
        },
        {
            "start": 971548399,
            "stop": 971548439
        },
        {
            "start": 971548443,
            "stop": 971548457
        },
        {
            "start": 971548458,
            "stop": 971548459
        },
        {
            "start": 971548463,
            "stop": 971548465
        },
        {
            "start": 971548466,
            "stop": 971548469
        }
    ]
}