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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=7910",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=7908",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 7909,
    "results": [
        {
            "start": 969984197,
            "stop": 969984205
        },
        {
            "start": 969984209,
            "stop": 969984221
        },
        {
            "start": 969984224,
            "stop": 969984272
        },
        {
            "start": 969984275,
            "stop": 969984299
        },
        {
            "start": 969984306,
            "stop": 969984320
        },
        {
            "start": 969984324,
            "stop": 969984342
        },
        {
            "start": 969984348,
            "stop": 969984352
        },
        {
            "start": 969984355,
            "stop": 969984359
        },
        {
            "start": 969984366,
            "stop": 969984407
        },
        {
            "start": 969984410,
            "stop": 969984429
        },
        {
            "start": 969984432,
            "stop": 969984451
        },
        {
            "start": 969984454,
            "stop": 969984459
        },
        {
            "start": 969984464,
            "stop": 969984466
        },
        {
            "start": 969984469,
            "stop": 969984473
        },
        {
            "start": 969984480,
            "stop": 969984492
        },
        {
            "start": 969984495,
            "stop": 969984496
        },
        {
            "start": 969984500,
            "stop": 969984507
        },
        {
            "start": 969984510,
            "stop": 969984534
        },
        {
            "start": 969984537,
            "stop": 969984562
        },
        {
            "start": 969984565,
            "stop": 969984569
        }
    ]
}