Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=163
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=164",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=162",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 163,
    "results": [
        {
            "start": 837759973,
            "stop": 837761173
        },
        {
            "start": 837761195,
            "stop": 837761196
        },
        {
            "start": 837762107,
            "stop": 837762136
        },
        {
            "start": 837763301,
            "stop": 837777890
        },
        {
            "start": 837779016,
            "stop": 837780733
        },
        {
            "start": 837780762,
            "stop": 837780763
        },
        {
            "start": 837780844,
            "stop": 837783553
        },
        {
            "start": 837783594,
            "stop": 837783595
        },
        {
            "start": 837783718,
            "stop": 837784033
        },
        {
            "start": 837784043,
            "stop": 837784044
        },
        {
            "start": 837784404,
            "stop": 837786083
        },
        {
            "start": 837788251,
            "stop": 837793853
        },
        {
            "start": 837794043,
            "stop": 837794174
        },
        {
            "start": 837794413,
            "stop": 837798793
        },
        {
            "start": 837798838,
            "stop": 837798839
        },
        {
            "start": 837798998,
            "stop": 837808813
        },
        {
            "start": 837808849,
            "stop": 837808850
        },
        {
            "start": 837809240,
            "stop": 837815646
        },
        {
            "start": 837816170,
            "stop": 837827233
        },
        {
            "start": 837827266,
            "stop": 837827267
        }
    ]
}