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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=175",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=173",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 174,
    "results": [
        {
            "start": 821650490,
            "stop": 821650495
        },
        {
            "start": 821650498,
            "stop": 821650637
        },
        {
            "start": 821650640,
            "stop": 821650647
        },
        {
            "start": 821650650,
            "stop": 821650665
        },
        {
            "start": 821650672,
            "stop": 821650697
        },
        {
            "start": 821650706,
            "stop": 821650719
        },
        {
            "start": 821650725,
            "stop": 821650770
        },
        {
            "start": 821650773,
            "stop": 821650776
        },
        {
            "start": 821650779,
            "stop": 821650791
        },
        {
            "start": 821650796,
            "stop": 821650798
        },
        {
            "start": 821650806,
            "stop": 821650807
        },
        {
            "start": 821650810,
            "stop": 821650813
        },
        {
            "start": 821650816,
            "stop": 821650847
        },
        {
            "start": 821650855,
            "stop": 821650856
        },
        {
            "start": 821650859,
            "stop": 821650860
        },
        {
            "start": 821650863,
            "stop": 821650868
        },
        {
            "start": 821650871,
            "stop": 821650874
        },
        {
            "start": 821650877,
            "stop": 821650886
        },
        {
            "start": 821650889,
            "stop": 821650893
        },
        {
            "start": 821650897,
            "stop": 821650900
        }
    ]
}