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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_DATA/segments?format=api&page=58",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_DATA/segments?format=api&page=56",
    "results_count": 3227,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 57,
    "results": [
        {
            "start": 943318643,
            "stop": 943318800
        },
        {
            "start": 943320355,
            "stop": 943326992
        },
        {
            "start": 943327849,
            "stop": 943330604
        },
        {
            "start": 943331291,
            "stop": 943334744
        },
        {
            "start": 943335265,
            "stop": 943337151
        },
        {
            "start": 943338694,
            "stop": 943345631
        },
        {
            "start": 943348894,
            "stop": 943348981
        },
        {
            "start": 943348998,
            "stop": 943352816
        },
        {
            "start": 943354599,
            "stop": 943356385
        },
        {
            "start": 943357650,
            "stop": 943361695
        },
        {
            "start": 943378646,
            "stop": 943379205
        },
        {
            "start": 943380689,
            "stop": 943380981
        },
        {
            "start": 943387834,
            "stop": 943388976
        },
        {
            "start": 943389604,
            "stop": 943389776
        },
        {
            "start": 943395279,
            "stop": 943403204
        },
        {
            "start": 943404888,
            "stop": 943410143
        },
        {
            "start": 943410654,
            "stop": 943413591
        },
        {
            "start": 943414267,
            "stop": 943424684
        },
        {
            "start": 943427119,
            "stop": 943441560
        },
        {
            "start": 943442272,
            "stop": 943446901
        }
    ]
}