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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=6",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 5,
    "results": [
        {
            "start": 931078745,
            "stop": 931078746
        },
        {
            "start": 931079017,
            "stop": 931079018
        },
        {
            "start": 931079142,
            "stop": 931079143
        },
        {
            "start": 931081044,
            "stop": 931081047
        },
        {
            "start": 931081116,
            "stop": 931082999
        },
        {
            "start": 931106835,
            "stop": 931109073
        },
        {
            "start": 931109091,
            "stop": 931109147
        },
        {
            "start": 931109166,
            "stop": 931109182
        },
        {
            "start": 931109200,
            "stop": 931109270
        },
        {
            "start": 931113846,
            "stop": 931116758
        },
        {
            "start": 931138578,
            "stop": 931138581
        },
        {
            "start": 931138606,
            "stop": 931138608
        },
        {
            "start": 931160170,
            "stop": 931160174
        },
        {
            "start": 931160220,
            "stop": 931160221
        },
        {
            "start": 931160276,
            "stop": 931160277
        },
        {
            "start": 931161315,
            "stop": 931161316
        },
        {
            "start": 931169081,
            "stop": 931169797
        },
        {
            "start": 931169815,
            "stop": 931170816
        },
        {
            "start": 931170834,
            "stop": 931170851
        },
        {
            "start": 931173201,
            "stop": 931177646
        }
    ]
}