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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14661",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14659",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 14660,
    "results": [
        {
            "start": 971167281,
            "stop": 971167285
        },
        {
            "start": 971167287,
            "stop": 971167288
        },
        {
            "start": 971167290,
            "stop": 971167292
        },
        {
            "start": 971167293,
            "stop": 971167294
        },
        {
            "start": 971167296,
            "stop": 971167300
        },
        {
            "start": 971167302,
            "stop": 971167303
        },
        {
            "start": 971167306,
            "stop": 971167307
        },
        {
            "start": 971167311,
            "stop": 971167312
        },
        {
            "start": 971167317,
            "stop": 971167318
        },
        {
            "start": 971167319,
            "stop": 971167328
        },
        {
            "start": 971167330,
            "stop": 971167332
        },
        {
            "start": 971167336,
            "stop": 971167337
        },
        {
            "start": 971167341,
            "stop": 971167344
        },
        {
            "start": 971167345,
            "stop": 971167351
        },
        {
            "start": 971167352,
            "stop": 971167354
        },
        {
            "start": 971167357,
            "stop": 971167358
        },
        {
            "start": 971167359,
            "stop": 971167360
        },
        {
            "start": 971167375,
            "stop": 971167377
        },
        {
            "start": 971167379,
            "stop": 971167380
        },
        {
            "start": 971167383,
            "stop": 971167384
        }
    ]
}