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=5334
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=5335",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5333",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 5334,
    "results": [
        {
            "start": 971165616,
            "stop": 971165891
        },
        {
            "start": 971165894,
            "stop": 971166601
        },
        {
            "start": 971166604,
            "stop": 971166701
        },
        {
            "start": 971166704,
            "stop": 971166884
        },
        {
            "start": 971166887,
            "stop": 971166950
        },
        {
            "start": 971166967,
            "stop": 971167116
        },
        {
            "start": 971167119,
            "stop": 971167201
        },
        {
            "start": 971167204,
            "stop": 971168111
        },
        {
            "start": 971168114,
            "stop": 971168460
        },
        {
            "start": 971168463,
            "stop": 971168971
        },
        {
            "start": 971168974,
            "stop": 971170231
        },
        {
            "start": 971170234,
            "stop": 971170331
        },
        {
            "start": 971170334,
            "stop": 971170622
        },
        {
            "start": 971170639,
            "stop": 971171232
        },
        {
            "start": 971171235,
            "stop": 971171453
        },
        {
            "start": 971171456,
            "stop": 971172246
        },
        {
            "start": 971172249,
            "stop": 971172688
        },
        {
            "start": 971172691,
            "stop": 971173358
        },
        {
            "start": 971174955,
            "stop": 971175520
        },
        {
            "start": 971175523,
            "stop": 971175628
        }
    ]
}