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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=274",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=272",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 273,
    "results": [
        {
            "start": 818232641,
            "stop": 818232643
        },
        {
            "start": 818232647,
            "stop": 818232651
        },
        {
            "start": 818232664,
            "stop": 818232671
        },
        {
            "start": 818232680,
            "stop": 818232684
        },
        {
            "start": 818232695,
            "stop": 818232696
        },
        {
            "start": 818232706,
            "stop": 818232708
        },
        {
            "start": 818232721,
            "stop": 818232722
        },
        {
            "start": 818232730,
            "stop": 818232733
        },
        {
            "start": 818232751,
            "stop": 818232753
        },
        {
            "start": 818232759,
            "stop": 818232760
        },
        {
            "start": 818232764,
            "stop": 818232767
        },
        {
            "start": 818232780,
            "stop": 818232787
        },
        {
            "start": 818232791,
            "stop": 818232792
        },
        {
            "start": 818232795,
            "stop": 818232798
        },
        {
            "start": 818232813,
            "stop": 818232818
        },
        {
            "start": 818232828,
            "stop": 818232831
        },
        {
            "start": 818232844,
            "stop": 818232848
        },
        {
            "start": 818232854,
            "stop": 818232857
        },
        {
            "start": 818232871,
            "stop": 818232872
        },
        {
            "start": 818232880,
            "stop": 818232884
        }
    ]
}