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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=99",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=97",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 98,
    "results": [
        {
            "start": 818069157,
            "stop": 818072983
        },
        {
            "start": 818073164,
            "stop": 818073835
        },
        {
            "start": 818073852,
            "stop": 818077092
        },
        {
            "start": 818077748,
            "stop": 818079837
        },
        {
            "start": 818079854,
            "stop": 818081220
        },
        {
            "start": 818081280,
            "stop": 818083203
        },
        {
            "start": 818083207,
            "stop": 818090400
        },
        {
            "start": 818090460,
            "stop": 818091269
        },
        {
            "start": 818091389,
            "stop": 818091540
        },
        {
            "start": 818091600,
            "stop": 818092507
        },
        {
            "start": 818092627,
            "stop": 818093424
        },
        {
            "start": 818094671,
            "stop": 818094792
        },
        {
            "start": 818094912,
            "stop": 818095200
        },
        {
            "start": 818095348,
            "stop": 818095620
        },
        {
            "start": 818095680,
            "stop": 818095968
        },
        {
            "start": 818097973,
            "stop": 818098380
        },
        {
            "start": 818098440,
            "stop": 818098573
        },
        {
            "start": 818098844,
            "stop": 818099400
        },
        {
            "start": 818099460,
            "stop": 818100000
        },
        {
            "start": 818100060,
            "stop": 818101259
        }
    ]
}