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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT1/segments?format=api&page=17",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT1/segments?format=api&page=15",
    "results_count": 3227,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 16,
    "results": [
        {
            "start": 933593813,
            "stop": 933594339
        },
        {
            "start": 933597724,
            "stop": 933598140
        },
        {
            "start": 933600183,
            "stop": 933600467
        },
        {
            "start": 933600963,
            "stop": 933602336
        },
        {
            "start": 933602827,
            "stop": 933604263
        },
        {
            "start": 933604680,
            "stop": 933604696
        },
        {
            "start": 933604853,
            "stop": 933606305
        },
        {
            "start": 933606961,
            "stop": 933607907
        },
        {
            "start": 933608394,
            "stop": 933608412
        },
        {
            "start": 933608420,
            "stop": 933608424
        },
        {
            "start": 933608437,
            "stop": 933609338
        },
        {
            "start": 933609802,
            "stop": 933612473
        },
        {
            "start": 933612919,
            "stop": 933616747
        },
        {
            "start": 933617400,
            "stop": 933617683
        },
        {
            "start": 933620646,
            "stop": 933621200
        },
        {
            "start": 933622081,
            "stop": 933622715
        },
        {
            "start": 933624872,
            "stop": 933626528
        },
        {
            "start": 933641080,
            "stop": 933644646
        },
        {
            "start": 933651489,
            "stop": 933664699
        },
        {
            "start": 933665487,
            "stop": 933675758
        }
    ]
}