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=2295
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=2296",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2294",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2295,
    "results": [
        {
            "start": 873911452,
            "stop": 873911456
        },
        {
            "start": 873911493,
            "stop": 873911499
        },
        {
            "start": 873911518,
            "stop": 873911520
        },
        {
            "start": 873911539,
            "stop": 873911613
        },
        {
            "start": 873911643,
            "stop": 873911656
        },
        {
            "start": 873911697,
            "stop": 873911728
        },
        {
            "start": 873911747,
            "stop": 873911753
        },
        {
            "start": 873911779,
            "stop": 873911817
        },
        {
            "start": 873911850,
            "stop": 873911860
        },
        {
            "start": 873911897,
            "stop": 873911953
        },
        {
            "start": 873911972,
            "stop": 873911975
        },
        {
            "start": 873912028,
            "stop": 873912035
        },
        {
            "start": 873912109,
            "stop": 873912130
        },
        {
            "start": 873912161,
            "stop": 873912170
        },
        {
            "start": 873912192,
            "stop": 873912238
        },
        {
            "start": 873912258,
            "stop": 873912263
        },
        {
            "start": 873912286,
            "stop": 873912292
        },
        {
            "start": 873912314,
            "stop": 873912323
        },
        {
            "start": 873939716,
            "stop": 873939987
        },
        {
            "start": 873940006,
            "stop": 873941883
        }
    ]
}