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=831
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=832",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=830",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 831,
    "results": [
        {
            "start": 860585323,
            "stop": 860589763
        },
        {
            "start": 860589900,
            "stop": 860591580
        },
        {
            "start": 860592001,
            "stop": 860592121
        },
        {
            "start": 860592312,
            "stop": 860592672
        },
        {
            "start": 860592826,
            "stop": 860593066
        },
        {
            "start": 860593231,
            "stop": 860593291
        },
        {
            "start": 860594488,
            "stop": 860594548
        },
        {
            "start": 860594820,
            "stop": 860598240
        },
        {
            "start": 860598408,
            "stop": 860599008
        },
        {
            "start": 860599319,
            "stop": 860606219
        },
        {
            "start": 860606374,
            "stop": 860609614
        },
        {
            "start": 860609783,
            "stop": 860610083
        },
        {
            "start": 860610393,
            "stop": 860611713
        },
        {
            "start": 860611870,
            "stop": 860613670
        },
        {
            "start": 860613810,
            "stop": 860614050
        },
        {
            "start": 860614204,
            "stop": 860614264
        },
        {
            "start": 860614539,
            "stop": 860614719
        },
        {
            "start": 860614893,
            "stop": 860614953
        },
        {
            "start": 860615111,
            "stop": 860615531
        },
        {
            "start": 860617360,
            "stop": 860617420
        }
    ]
}