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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=1025",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=1023",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 1024,
    "results": [
        {
            "start": 872095318,
            "stop": 872095498
        },
        {
            "start": 872095662,
            "stop": 872095782
        },
        {
            "start": 872095950,
            "stop": 872096730
        },
        {
            "start": 872096948,
            "stop": 872098508
        },
        {
            "start": 872098683,
            "stop": 872101563
        },
        {
            "start": 872101732,
            "stop": 872103892
        },
        {
            "start": 872105176,
            "stop": 872107036
        },
        {
            "start": 872107172,
            "stop": 872108612
        },
        {
            "start": 872108993,
            "stop": 872109533
        },
        {
            "start": 872109868,
            "stop": 872111428
        },
        {
            "start": 872111774,
            "stop": 872112104
        },
        {
            "start": 872112245,
            "stop": 872112485
        },
        {
            "start": 872112629,
            "stop": 872112869
        },
        {
            "start": 872113013,
            "stop": 872113733
        },
        {
            "start": 872113897,
            "stop": 872114077
        },
        {
            "start": 872114247,
            "stop": 872116827
        },
        {
            "start": 872116985,
            "stop": 872120765
        },
        {
            "start": 872120924,
            "stop": 872121044
        },
        {
            "start": 872121134,
            "stop": 872123324
        },
        {
            "start": 872123498,
            "stop": 872124458
        }
    ]
}