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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5009",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5007",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 5008,
    "results": [
        {
            "start": 872301045,
            "stop": 872301084
        },
        {
            "start": 872301134,
            "stop": 872301183
        },
        {
            "start": 872301219,
            "stop": 872301262
        },
        {
            "start": 872301320,
            "stop": 872301338
        },
        {
            "start": 872301406,
            "stop": 872301454
        },
        {
            "start": 872301490,
            "stop": 872301515
        },
        {
            "start": 872301579,
            "stop": 872301636
        },
        {
            "start": 872301672,
            "stop": 872301726
        },
        {
            "start": 872301777,
            "stop": 872301978
        },
        {
            "start": 872301995,
            "stop": 872302302
        },
        {
            "start": 872302338,
            "stop": 872303923
        },
        {
            "start": 872303960,
            "stop": 872304287
        },
        {
            "start": 872304304,
            "stop": 872305060
        },
        {
            "start": 872305098,
            "stop": 872305118
        },
        {
            "start": 872305325,
            "stop": 872305377
        },
        {
            "start": 872305417,
            "stop": 872305590
        },
        {
            "start": 872305626,
            "stop": 872305684
        },
        {
            "start": 872305736,
            "stop": 872305796
        },
        {
            "start": 872305903,
            "stop": 872305939
        },
        {
            "start": 872305975,
            "stop": 872306182
        }
    ]
}