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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=196",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=194",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 195,
    "results": [
        {
            "start": 849921319,
            "stop": 849924473
        },
        {
            "start": 849924541,
            "stop": 849940654
        },
        {
            "start": 849941060,
            "stop": 849947811
        },
        {
            "start": 849948013,
            "stop": 849948380
        },
        {
            "start": 849948548,
            "stop": 849949074
        },
        {
            "start": 849949528,
            "stop": 849966643
        },
        {
            "start": 850003342,
            "stop": 850004105
        },
        {
            "start": 850004169,
            "stop": 850004577
        },
        {
            "start": 850004688,
            "stop": 850005268
        },
        {
            "start": 850005467,
            "stop": 850012357
        },
        {
            "start": 850014380,
            "stop": 850047204
        },
        {
            "start": 850047375,
            "stop": 850047446
        },
        {
            "start": 850047630,
            "stop": 850054365
        },
        {
            "start": 850056004,
            "stop": 850056843
        },
        {
            "start": 850056922,
            "stop": 850056974
        },
        {
            "start": 850057068,
            "stop": 850057071
        },
        {
            "start": 850057331,
            "stop": 850080073
        },
        {
            "start": 850080297,
            "stop": 850080378
        },
        {
            "start": 850080704,
            "stop": 850085415
        },
        {
            "start": 850085478,
            "stop": 850087996
        }
    ]
}