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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=150",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=148",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 149,
    "results": [
        {
            "start": 835944831,
            "stop": 835966393
        },
        {
            "start": 835966428,
            "stop": 835966429
        },
        {
            "start": 835966881,
            "stop": 835978627
        },
        {
            "start": 835980875,
            "stop": 835988328
        },
        {
            "start": 835990058,
            "stop": 836000053
        },
        {
            "start": 836000056,
            "stop": 836000057
        },
        {
            "start": 836000653,
            "stop": 836029513
        },
        {
            "start": 836029553,
            "stop": 836029554
        },
        {
            "start": 836030173,
            "stop": 836042293
        },
        {
            "start": 836042305,
            "stop": 836042306
        },
        {
            "start": 836042461,
            "stop": 836054293
        },
        {
            "start": 836054321,
            "stop": 836054322
        },
        {
            "start": 836054822,
            "stop": 836064656
        },
        {
            "start": 836066138,
            "stop": 836074033
        },
        {
            "start": 836074078,
            "stop": 836074079
        },
        {
            "start": 836074924,
            "stop": 836109526
        },
        {
            "start": 836111778,
            "stop": 836122449
        },
        {
            "start": 836123839,
            "stop": 836138148
        },
        {
            "start": 836138535,
            "stop": 836154373
        },
        {
            "start": 836154374,
            "stop": 836154376
        }
    ]
}