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=187
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=188",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=186",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 187,
    "results": [
        {
            "start": 819851181,
            "stop": 819879253
        },
        {
            "start": 819879258,
            "stop": 819879299
        },
        {
            "start": 819879312,
            "stop": 819879320
        },
        {
            "start": 819879325,
            "stop": 819879386
        },
        {
            "start": 819879391,
            "stop": 819879419
        },
        {
            "start": 819879437,
            "stop": 819879455
        },
        {
            "start": 819879463,
            "stop": 819879513
        },
        {
            "start": 819879518,
            "stop": 819879527
        },
        {
            "start": 819879542,
            "stop": 819879555
        },
        {
            "start": 819879568,
            "stop": 819879577
        },
        {
            "start": 819880657,
            "stop": 819891583
        },
        {
            "start": 819891589,
            "stop": 819891827
        },
        {
            "start": 819893269,
            "stop": 819896456
        },
        {
            "start": 819896461,
            "stop": 819897086
        },
        {
            "start": 819897103,
            "stop": 819897318
        },
        {
            "start": 819897324,
            "stop": 819897735
        },
        {
            "start": 819897740,
            "stop": 819898108
        },
        {
            "start": 819898113,
            "stop": 819898304
        },
        {
            "start": 819898309,
            "stop": 819898369
        },
        {
            "start": 819898385,
            "stop": 819898665
        }
    ]
}