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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_DATA/segments?format=api&page=18",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_DATA/segments?format=api&page=16",
    "results_count": 535,
    "results_per_page": 20,
    "num_pages": 27,
    "page_number": 17,
    "results": [
        {
            "start": 1247611311,
            "stop": 1247620849
        },
        {
            "start": 1247623447,
            "stop": 1247629670
        },
        {
            "start": 1247639138,
            "stop": 1247649440
        },
        {
            "start": 1247651086,
            "stop": 1247736941
        },
        {
            "start": 1247741176,
            "stop": 1247758551
        },
        {
            "start": 1247763675,
            "stop": 1247848144
        },
        {
            "start": 1247850449,
            "stop": 1247922398
        },
        {
            "start": 1247924096,
            "stop": 1247925642
        },
        {
            "start": 1247945142,
            "stop": 1248017167
        },
        {
            "start": 1248019410,
            "stop": 1248032505
        },
        {
            "start": 1248036209,
            "stop": 1248038669
        },
        {
            "start": 1248040732,
            "stop": 1248041949
        },
        {
            "start": 1248042111,
            "stop": 1248069387
        },
        {
            "start": 1248073724,
            "stop": 1248123638
        },
        {
            "start": 1248130246,
            "stop": 1248218044
        },
        {
            "start": 1248218116,
            "stop": 1248218236
        },
        {
            "start": 1248218308,
            "stop": 1248223934
        },
        {
            "start": 1248227242,
            "stop": 1248254597
        },
        {
            "start": 1248256518,
            "stop": 1248354364
        },
        {
            "start": 1248361425,
            "stop": 1248467787
        }
    ]
}