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=832
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=833",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=831",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 832,
    "results": [
        {
            "start": 860617565,
            "stop": 860617685
        },
        {
            "start": 860618282,
            "stop": 860618582
        },
        {
            "start": 860618741,
            "stop": 860618921
        },
        {
            "start": 860619112,
            "stop": 860619172
        },
        {
            "start": 860622794,
            "stop": 860622854
        },
        {
            "start": 860661576,
            "stop": 860661636
        },
        {
            "start": 860661771,
            "stop": 860662491
        },
        {
            "start": 860662822,
            "stop": 860663182
        },
        {
            "start": 860663504,
            "stop": 860663744
        },
        {
            "start": 860663910,
            "stop": 860664330
        },
        {
            "start": 860664633,
            "stop": 860664813
        },
        {
            "start": 860667234,
            "stop": 860667834
        },
        {
            "start": 860668016,
            "stop": 860668736
        },
        {
            "start": 860669070,
            "stop": 860669190
        },
        {
            "start": 860669344,
            "stop": 860669584
        },
        {
            "start": 860669732,
            "stop": 860669912
        },
        {
            "start": 860670109,
            "stop": 860670349
        },
        {
            "start": 860670498,
            "stop": 860671098
        },
        {
            "start": 860671256,
            "stop": 860671316
        },
        {
            "start": 860671468,
            "stop": 860671648
        }
    ]
}