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_CAT3/segments?format=api&page=212
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=213",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=211",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 212,
    "results": [
        {
            "start": 933109895,
            "stop": 933110085
        },
        {
            "start": 933110145,
            "stop": 933110205
        },
        {
            "start": 933110445,
            "stop": 933110518
        },
        {
            "start": 933110560,
            "stop": 933110584
        },
        {
            "start": 933110603,
            "stop": 933110682
        },
        {
            "start": 933110700,
            "stop": 933110749
        },
        {
            "start": 933110805,
            "stop": 933111068
        },
        {
            "start": 933111136,
            "stop": 933111247
        },
        {
            "start": 933111273,
            "stop": 933111392
        },
        {
            "start": 933111413,
            "stop": 933111440
        },
        {
            "start": 933111459,
            "stop": 933111487
        },
        {
            "start": 933111506,
            "stop": 933111702
        },
        {
            "start": 933111730,
            "stop": 933111752
        },
        {
            "start": 933111772,
            "stop": 933111813
        },
        {
            "start": 933111832,
            "stop": 933111892
        },
        {
            "start": 933111932,
            "stop": 933111934
        },
        {
            "start": 933111998,
            "stop": 933112001
        },
        {
            "start": 933112060,
            "stop": 933112078
        },
        {
            "start": 933112101,
            "stop": 933112125
        },
        {
            "start": 933112143,
            "stop": 933112154
        }
    ]
}