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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_DATA/segments?format=api&page=308",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_DATA/segments?format=api&page=306",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 307,
    "results": [
        {
            "start": 873292626,
            "stop": 873302046
        },
        {
            "start": 873304454,
            "stop": 873308606
        },
        {
            "start": 873308858,
            "stop": 873311209
        },
        {
            "start": 873312683,
            "stop": 873319125
        },
        {
            "start": 873319203,
            "stop": 873321308
        },
        {
            "start": 873323126,
            "stop": 873323972
        },
        {
            "start": 873324004,
            "stop": 873326575
        },
        {
            "start": 873330311,
            "stop": 873330670
        },
        {
            "start": 873330711,
            "stop": 873363303
        },
        {
            "start": 873364508,
            "stop": 873383892
        },
        {
            "start": 873384974,
            "stop": 873385745
        },
        {
            "start": 873386164,
            "stop": 873387131
        },
        {
            "start": 873387377,
            "stop": 873390400
        },
        {
            "start": 873393528,
            "stop": 873393529
        },
        {
            "start": 873393919,
            "stop": 873397145
        },
        {
            "start": 873397287,
            "stop": 873398234
        },
        {
            "start": 873398402,
            "stop": 873414391
        },
        {
            "start": 873414513,
            "stop": 873419720
        },
        {
            "start": 873421565,
            "stop": 873424544
        },
        {
            "start": 873439190,
            "stop": 873446700
        }
    ]
}