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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=128",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=126",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 127,
    "results": [
        {
            "start": 931682018,
            "stop": 931682021
        },
        {
            "start": 931682048,
            "stop": 931682051
        },
        {
            "start": 931682075,
            "stop": 931682076
        },
        {
            "start": 931682135,
            "stop": 931682136
        },
        {
            "start": 931682147,
            "stop": 931682148
        },
        {
            "start": 931682180,
            "stop": 931682189
        },
        {
            "start": 931682212,
            "stop": 931682216
        },
        {
            "start": 931682234,
            "stop": 931682241
        },
        {
            "start": 931682280,
            "stop": 931682283
        },
        {
            "start": 931682290,
            "stop": 931682297
        },
        {
            "start": 931682323,
            "stop": 931682336
        },
        {
            "start": 931682342,
            "stop": 931682344
        },
        {
            "start": 931682357,
            "stop": 931682358
        },
        {
            "start": 931682370,
            "stop": 931682371
        },
        {
            "start": 931682394,
            "stop": 931682411
        },
        {
            "start": 931682430,
            "stop": 931682431
        },
        {
            "start": 931682461,
            "stop": 931682465
        },
        {
            "start": 931682479,
            "stop": 931682481
        },
        {
            "start": 931682494,
            "stop": 931682496
        },
        {
            "start": 931682508,
            "stop": 931682511
        }
    ]
}