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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=152",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=150",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 151,
    "results": [
        {
            "start": 823419019,
            "stop": 823419079
        },
        {
            "start": 823419514,
            "stop": 823419574
        },
        {
            "start": 823419740,
            "stop": 823419860
        },
        {
            "start": 823420015,
            "stop": 823420315
        },
        {
            "start": 823420498,
            "stop": 823420678
        },
        {
            "start": 823421065,
            "stop": 823421125
        },
        {
            "start": 823421294,
            "stop": 823421354
        },
        {
            "start": 823421513,
            "stop": 823421693
        },
        {
            "start": 823422219,
            "stop": 823422579
        },
        {
            "start": 823422721,
            "stop": 823423381
        },
        {
            "start": 823426195,
            "stop": 823426315
        },
        {
            "start": 823426475,
            "stop": 823426895
        },
        {
            "start": 823427056,
            "stop": 823427656
        },
        {
            "start": 823427831,
            "stop": 823427951
        },
        {
            "start": 823428124,
            "stop": 823430224
        },
        {
            "start": 823430403,
            "stop": 823430463
        },
        {
            "start": 823430614,
            "stop": 823431034
        },
        {
            "start": 823431380,
            "stop": 823435100
        },
        {
            "start": 823435261,
            "stop": 823435741
        },
        {
            "start": 823435898,
            "stop": 823436498
        }
    ]
}