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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=337",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=335",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 336,
    "results": [
        {
            "start": 818830450,
            "stop": 818830509
        },
        {
            "start": 818830530,
            "stop": 818830560
        },
        {
            "start": 818830622,
            "stop": 818830670
        },
        {
            "start": 818830689,
            "stop": 818830779
        },
        {
            "start": 818831312,
            "stop": 818831341
        },
        {
            "start": 818831401,
            "stop": 818831405
        },
        {
            "start": 818831446,
            "stop": 818831456
        },
        {
            "start": 818831580,
            "stop": 818831606
        },
        {
            "start": 818839486,
            "stop": 818839513
        },
        {
            "start": 818839620,
            "stop": 818839729
        },
        {
            "start": 818839732,
            "stop": 818839734
        },
        {
            "start": 818839753,
            "stop": 818839791
        },
        {
            "start": 818839813,
            "stop": 818839864
        },
        {
            "start": 818840956,
            "stop": 818840958
        },
        {
            "start": 818840961,
            "stop": 818840969
        },
        {
            "start": 818840998,
            "stop": 818841000
        },
        {
            "start": 818841076,
            "stop": 818841088
        },
        {
            "start": 818841168,
            "stop": 818841196
        },
        {
            "start": 818841256,
            "stop": 818841319
        },
        {
            "start": 818841348,
            "stop": 818841384
        }
    ]
}