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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4635",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4633",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4634,
    "results": [
        {
            "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
        },
        {
            "start": 969467011,
            "stop": 969467078
        },
        {
            "start": 969467138,
            "stop": 969467198
        },
        {
            "start": 969467318,
            "stop": 969467438
        },
        {
            "start": 969467498,
            "stop": 969467678
        },
        {
            "start": 969468218,
            "stop": 969468278
        },
        {
            "start": 969468398,
            "stop": 969468578
        }
    ]
}