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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=283",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=281",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 282,
    "results": [
        {
            "start": 822065822,
            "stop": 822065833
        },
        {
            "start": 822068071,
            "stop": 822068736
        },
        {
            "start": 822068953,
            "stop": 822070123
        },
        {
            "start": 822070216,
            "stop": 822070243
        },
        {
            "start": 822070373,
            "stop": 822070407
        },
        {
            "start": 822070462,
            "stop": 822070938
        },
        {
            "start": 822071087,
            "stop": 822073063
        },
        {
            "start": 822073068,
            "stop": 822075749
        },
        {
            "start": 822075864,
            "stop": 822077871
        },
        {
            "start": 822077876,
            "stop": 822077886
        },
        {
            "start": 822077891,
            "stop": 822081620
        },
        {
            "start": 822081814,
            "stop": 822081856
        },
        {
            "start": 822082032,
            "stop": 822083215
        },
        {
            "start": 822083406,
            "stop": 822083779
        },
        {
            "start": 822083784,
            "stop": 822083797
        },
        {
            "start": 822083804,
            "stop": 822084130
        },
        {
            "start": 822084135,
            "stop": 822085024
        },
        {
            "start": 822092229,
            "stop": 822093328
        },
        {
            "start": 822093808,
            "stop": 822095759
        },
        {
            "start": 822095764,
            "stop": 822096212
        }
    ]
}