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=328
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=329",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=327",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 328,
    "results": [
        {
            "start": 833996514,
            "stop": 833996634
        },
        {
            "start": 833996783,
            "stop": 833996963
        },
        {
            "start": 833997114,
            "stop": 833997894
        },
        {
            "start": 833998091,
            "stop": 833999411
        },
        {
            "start": 833999568,
            "stop": 833999808
        },
        {
            "start": 834000163,
            "stop": 834000643
        },
        {
            "start": 834004125,
            "stop": 834006105
        },
        {
            "start": 834006293,
            "stop": 834006473
        },
        {
            "start": 834006823,
            "stop": 834007843
        },
        {
            "start": 834008478,
            "stop": 834009258
        },
        {
            "start": 834009410,
            "stop": 834009470
        },
        {
            "start": 834012572,
            "stop": 834013322
        },
        {
            "start": 834013472,
            "stop": 834017252
        },
        {
            "start": 834017411,
            "stop": 834022091
        },
        {
            "start": 834022251,
            "stop": 834022791
        },
        {
            "start": 834022963,
            "stop": 834023563
        },
        {
            "start": 834023713,
            "stop": 834023923
        },
        {
            "start": 834024258,
            "stop": 834024738
        },
        {
            "start": 834024888,
            "stop": 834032598
        },
        {
            "start": 834032748,
            "stop": 834035148
        }
    ]
}