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=124
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=125",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=123",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 124,
    "results": [
        {
            "start": 818249366,
            "stop": 818249373
        },
        {
            "start": 818249416,
            "stop": 818249422
        },
        {
            "start": 818249485,
            "stop": 818249487
        },
        {
            "start": 818249499,
            "stop": 818249501
        },
        {
            "start": 818249538,
            "stop": 818249541
        },
        {
            "start": 818249634,
            "stop": 818249635
        },
        {
            "start": 818249643,
            "stop": 818249647
        },
        {
            "start": 818249720,
            "stop": 818249721
        },
        {
            "start": 818249861,
            "stop": 818249865
        },
        {
            "start": 818250108,
            "stop": 818250109
        },
        {
            "start": 818250280,
            "stop": 818250283
        },
        {
            "start": 818250353,
            "stop": 818250354
        },
        {
            "start": 818250442,
            "stop": 818250449
        },
        {
            "start": 818250478,
            "stop": 818250479
        },
        {
            "start": 818250641,
            "stop": 818250642
        },
        {
            "start": 818250658,
            "stop": 818250660
        },
        {
            "start": 818250801,
            "stop": 818250804
        },
        {
            "start": 818250833,
            "stop": 818250834
        },
        {
            "start": 818250892,
            "stop": 818250893
        },
        {
            "start": 818250988,
            "stop": 818250990
        }
    ]
}