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=985
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=986",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=984",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 985,
    "results": [
        {
            "start": 870103776,
            "stop": 870104316
        },
        {
            "start": 870104479,
            "stop": 870106999
        },
        {
            "start": 870107159,
            "stop": 870108149
        },
        {
            "start": 870108359,
            "stop": 870108779
        },
        {
            "start": 870109408,
            "stop": 870110548
        },
        {
            "start": 870110807,
            "stop": 870112307
        },
        {
            "start": 870112842,
            "stop": 870115842
        },
        {
            "start": 870121545,
            "stop": 870121875
        },
        {
            "start": 870122151,
            "stop": 870122241
        },
        {
            "start": 870122391,
            "stop": 870123351
        },
        {
            "start": 870123515,
            "stop": 870123575
        },
        {
            "start": 870123748,
            "stop": 870124918
        },
        {
            "start": 870125068,
            "stop": 870125788
        },
        {
            "start": 870125939,
            "stop": 870127259
        },
        {
            "start": 870127629,
            "stop": 870127809
        },
        {
            "start": 870128363,
            "stop": 870128513
        },
        {
            "start": 870128543,
            "stop": 870129803
        },
        {
            "start": 870129983,
            "stop": 870130793
        },
        {
            "start": 870130959,
            "stop": 870132639
        },
        {
            "start": 870133064,
            "stop": 870136694
        }
    ]
}