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=4879
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=4880",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4878",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4879,
    "results": [
        {
            "start": 971609034,
            "stop": 971609140
        },
        {
            "start": 971609143,
            "stop": 971609174
        },
        {
            "start": 971609177,
            "stop": 971609192
        },
        {
            "start": 971609195,
            "stop": 971609312
        },
        {
            "start": 971609315,
            "stop": 971609345
        },
        {
            "start": 971609348,
            "stop": 971609392
        },
        {
            "start": 971609395,
            "stop": 971609422
        },
        {
            "start": 971609425,
            "stop": 971609455
        },
        {
            "start": 971609472,
            "stop": 971609586
        },
        {
            "start": 971609589,
            "stop": 971609680
        },
        {
            "start": 971609683,
            "stop": 971609911
        },
        {
            "start": 971609914,
            "stop": 971609918
        },
        {
            "start": 971609978,
            "stop": 971609997
        },
        {
            "start": 971610000,
            "stop": 971610069
        },
        {
            "start": 971610072,
            "stop": 971610135
        },
        {
            "start": 971610138,
            "stop": 971610220
        },
        {
            "start": 971610223,
            "stop": 971610258
        },
        {
            "start": 971610261,
            "stop": 971610407
        },
        {
            "start": 971610410,
            "stop": 971610424
        },
        {
            "start": 971610427,
            "stop": 971610445
        }
    ]
}