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=287
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=288",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=286",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 287,
    "results": [
        {
            "start": 831788447,
            "stop": 831789047
        },
        {
            "start": 831789077,
            "stop": 831789227
        },
        {
            "start": 831789377,
            "stop": 831790787
        },
        {
            "start": 831791279,
            "stop": 831791339
        },
        {
            "start": 831793314,
            "stop": 831793404
        },
        {
            "start": 831793524,
            "stop": 831795054
        },
        {
            "start": 831795204,
            "stop": 831797394
        },
        {
            "start": 831799337,
            "stop": 831804977
        },
        {
            "start": 831805127,
            "stop": 831806657
        },
        {
            "start": 831807618,
            "stop": 831810198
        },
        {
            "start": 831811303,
            "stop": 831811843
        },
        {
            "start": 831856536,
            "stop": 831856596
        },
        {
            "start": 831858323,
            "stop": 831858503
        },
        {
            "start": 831859891,
            "stop": 831859981
        },
        {
            "start": 831860131,
            "stop": 831860611
        },
        {
            "start": 831864052,
            "stop": 831865072
        },
        {
            "start": 831865222,
            "stop": 831865372
        },
        {
            "start": 831865521,
            "stop": 831865761
        },
        {
            "start": 831865895,
            "stop": 831866015
        },
        {
            "start": 831866169,
            "stop": 831866889
        }
    ]
}