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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=210",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=208",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 209,
    "results": [
        {
            "start": 850189281,
            "stop": 850191205
        },
        {
            "start": 850192853,
            "stop": 850194112
        },
        {
            "start": 850194115,
            "stop": 850197792
        },
        {
            "start": 850266240,
            "stop": 850271882
        },
        {
            "start": 850272772,
            "stop": 850275973
        },
        {
            "start": 850276994,
            "stop": 850278430
        },
        {
            "start": 850278433,
            "stop": 850278434
        },
        {
            "start": 850278441,
            "stop": 850278443
        },
        {
            "start": 850278463,
            "stop": 850278476
        },
        {
            "start": 850278482,
            "stop": 850278678
        },
        {
            "start": 850278686,
            "stop": 850278692
        },
        {
            "start": 850278695,
            "stop": 850281562
        },
        {
            "start": 850281652,
            "stop": 850281657
        },
        {
            "start": 850281681,
            "stop": 850281682
        },
        {
            "start": 850281685,
            "stop": 850282693
        },
        {
            "start": 850284828,
            "stop": 850285086
        },
        {
            "start": 850285092,
            "stop": 850285101
        },
        {
            "start": 850285104,
            "stop": 850285111
        },
        {
            "start": 850285166,
            "stop": 850287949
        },
        {
            "start": 850287966,
            "stop": 850287995
        }
    ]
}