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/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5140
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=5141",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5139",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 5140,
    "results": [
        {
            "start": 969463118,
            "stop": 969463178
        },
        {
            "start": 969463418,
            "stop": 969463524
        },
        {
            "start": 969463527,
            "stop": 969463579
        },
        {
            "start": 969463582,
            "stop": 969463588
        },
        {
            "start": 969463591,
            "stop": 969463598
        },
        {
            "start": 969464198,
            "stop": 969464258
        },
        {
            "start": 969464378,
            "stop": 969464568
        },
        {
            "start": 969464571,
            "stop": 969464618
        },
        {
            "start": 969464858,
            "stop": 969464873
        },
        {
            "start": 969464876,
            "stop": 969465038
        },
        {
            "start": 969465098,
            "stop": 969465158
        },
        {
            "start": 969465338,
            "stop": 969465398
        },
        {
            "start": 969465458,
            "stop": 969465578
        },
        {
            "start": 969465758,
            "stop": 969465818
        },
        {
            "start": 969465880,
            "stop": 969465954
        },
        {
            "start": 969465957,
            "stop": 969465998
        },
        {
            "start": 969466298,
            "stop": 969466418
        },
        {
            "start": 969466658,
            "stop": 969466718
        },
        {
            "start": 969466958,
            "stop": 969466993
        },
        {
            "start": 969466998,
            "stop": 969467007
        }
    ]
}