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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=241",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=239",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 240,
    "results": [
        {
            "start": 820890019,
            "stop": 820890437
        },
        {
            "start": 820890444,
            "stop": 820890777
        },
        {
            "start": 820890784,
            "stop": 820890796
        },
        {
            "start": 820890803,
            "stop": 820891299
        },
        {
            "start": 820891307,
            "stop": 820891816
        },
        {
            "start": 820891823,
            "stop": 820892343
        },
        {
            "start": 820892350,
            "stop": 820892370
        },
        {
            "start": 820892378,
            "stop": 820892597
        },
        {
            "start": 820892605,
            "stop": 820893303
        },
        {
            "start": 820893307,
            "stop": 820893391
        },
        {
            "start": 820893395,
            "stop": 820893421
        },
        {
            "start": 820893425,
            "stop": 820893436
        },
        {
            "start": 820893440,
            "stop": 820893475
        },
        {
            "start": 820893483,
            "stop": 820893513
        },
        {
            "start": 820893517,
            "stop": 820893604
        },
        {
            "start": 820893613,
            "stop": 820893633
        },
        {
            "start": 820893637,
            "stop": 820893651
        },
        {
            "start": 820893658,
            "stop": 820893671
        },
        {
            "start": 820893685,
            "stop": 820893827
        },
        {
            "start": 820893831,
            "stop": 820893856
        }
    ]
}