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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=195",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=193",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 194,
    "results": [
        {
            "start": 816925307,
            "stop": 816925316
        },
        {
            "start": 816925324,
            "stop": 816925333
        },
        {
            "start": 816925341,
            "stop": 816925396
        },
        {
            "start": 816925400,
            "stop": 816925402
        },
        {
            "start": 816925408,
            "stop": 816925409
        },
        {
            "start": 816925413,
            "stop": 816925415
        },
        {
            "start": 816925426,
            "stop": 816925428
        },
        {
            "start": 816925439,
            "stop": 816925443
        },
        {
            "start": 816925450,
            "stop": 816925465
        },
        {
            "start": 816925469,
            "stop": 816925478
        },
        {
            "start": 816925483,
            "stop": 816925494
        },
        {
            "start": 816925498,
            "stop": 816925528
        },
        {
            "start": 816925536,
            "stop": 816925542
        },
        {
            "start": 816925548,
            "stop": 816925550
        },
        {
            "start": 816925563,
            "stop": 816925565
        },
        {
            "start": 816925572,
            "stop": 816925573
        },
        {
            "start": 816925576,
            "stop": 816925579
        },
        {
            "start": 816925585,
            "stop": 816925587
        },
        {
            "start": 816925593,
            "stop": 816925594
        },
        {
            "start": 816925601,
            "stop": 816925610
        }
    ]
}