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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5366",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5364",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 5365,
    "results": [
        {
            "start": 971455657,
            "stop": 971455697
        },
        {
            "start": 971499168,
            "stop": 971499399
        },
        {
            "start": 971499402,
            "stop": 971499681
        },
        {
            "start": 971499684,
            "stop": 971501141
        },
        {
            "start": 971501144,
            "stop": 971501404
        },
        {
            "start": 971501407,
            "stop": 971501466
        },
        {
            "start": 971501469,
            "stop": 971502100
        },
        {
            "start": 971502398,
            "stop": 971502518
        },
        {
            "start": 971502578,
            "stop": 971502858
        },
        {
            "start": 971502861,
            "stop": 971502991
        },
        {
            "start": 971502994,
            "stop": 971503208
        },
        {
            "start": 971503211,
            "stop": 971503255
        },
        {
            "start": 971503258,
            "stop": 971503260
        },
        {
            "start": 971503263,
            "stop": 971503325
        },
        {
            "start": 971503328,
            "stop": 971503962
        },
        {
            "start": 971503965,
            "stop": 971504068
        },
        {
            "start": 971504071,
            "stop": 971504515
        },
        {
            "start": 971504518,
            "stop": 971504781
        },
        {
            "start": 971504784,
            "stop": 971505288
        },
        {
            "start": 971505291,
            "stop": 971505566
        }
    ]
}