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=136
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=137",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=135",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 136,
    "results": [
        {
            "start": 822566445,
            "stop": 822566505
        },
        {
            "start": 822570091,
            "stop": 822570331
        },
        {
            "start": 822570613,
            "stop": 822570733
        },
        {
            "start": 822570906,
            "stop": 822571146
        },
        {
            "start": 822571522,
            "stop": 822571822
        },
        {
            "start": 822572109,
            "stop": 822572289
        },
        {
            "start": 822572446,
            "stop": 822572806
        },
        {
            "start": 822573201,
            "stop": 822574161
        },
        {
            "start": 822574303,
            "stop": 822574663
        },
        {
            "start": 822574831,
            "stop": 822575071
        },
        {
            "start": 822575474,
            "stop": 822575654
        },
        {
            "start": 822575918,
            "stop": 822576338
        },
        {
            "start": 822577712,
            "stop": 822577832
        },
        {
            "start": 822578041,
            "stop": 822578161
        },
        {
            "start": 822578620,
            "stop": 822578800
        },
        {
            "start": 822579029,
            "stop": 822579089
        },
        {
            "start": 822579417,
            "stop": 822579837
        },
        {
            "start": 822580073,
            "stop": 822580163
        },
        {
            "start": 822580358,
            "stop": 822580838
        },
        {
            "start": 822581495,
            "stop": 822581795
        }
    ]
}