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_H2L1/segments?format=api&page=158
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_H2L1/segments?format=api&page=159",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=157",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 158,
    "results": [
        {
            "start": 823413182,
            "stop": 823413662
        },
        {
            "start": 823413825,
            "stop": 823414005
        },
        {
            "start": 823414140,
            "stop": 823414200
        },
        {
            "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": 823425850,
            "stop": 823426330
        },
        {
            "start": 823426475,
            "stop": 823426895
        },
        {
            "start": 823427056,
            "stop": 823427656
        },
        {
            "start": 823427831,
            "stop": 823427951
        },
        {
            "start": 823428124,
            "stop": 823430224
        },
        {
            "start": 823430403,
            "stop": 823430463
        },
        {
            "start": 823430614,
            "stop": 823431034
        }
    ]
}