Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=17
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=18",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=16",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 17,
    "results": [
        {
            "start": 931092276,
            "stop": 931092304
        },
        {
            "start": 931092328,
            "stop": 931092337
        },
        {
            "start": 931092355,
            "stop": 931092379
        },
        {
            "start": 931092396,
            "stop": 931092722
        },
        {
            "start": 931092739,
            "stop": 931093070
        },
        {
            "start": 931093075,
            "stop": 931093163
        },
        {
            "start": 931093180,
            "stop": 931093215
        },
        {
            "start": 931093575,
            "stop": 931093746
        },
        {
            "start": 931093764,
            "stop": 931094024
        },
        {
            "start": 931094029,
            "stop": 931094133
        },
        {
            "start": 931094151,
            "stop": 931094449
        },
        {
            "start": 931094481,
            "stop": 931094487
        },
        {
            "start": 931094508,
            "stop": 931094512
        },
        {
            "start": 931094529,
            "stop": 931094685
        },
        {
            "start": 931125975,
            "stop": 931126291
        },
        {
            "start": 931127116,
            "stop": 931129215
        },
        {
            "start": 931129575,
            "stop": 931130018
        },
        {
            "start": 931130078,
            "stop": 931131473
        },
        {
            "start": 931131904,
            "stop": 931131916
        },
        {
            "start": 931131947,
            "stop": 931131981
        }
    ]
}