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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=99",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=97",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 98,
    "results": [
        {
            "start": 825612780,
            "stop": 825612791
        },
        {
            "start": 825612794,
            "stop": 825612801
        },
        {
            "start": 825612804,
            "stop": 825612807
        },
        {
            "start": 825612811,
            "stop": 825612851
        },
        {
            "start": 825612855,
            "stop": 825615223
        },
        {
            "start": 825615226,
            "stop": 825615253
        },
        {
            "start": 825615257,
            "stop": 825615258
        },
        {
            "start": 825617321,
            "stop": 825622900
        },
        {
            "start": 825622903,
            "stop": 825622955
        },
        {
            "start": 825622958,
            "stop": 825626799
        },
        {
            "start": 825626802,
            "stop": 825634341
        },
        {
            "start": 825634345,
            "stop": 825634346
        },
        {
            "start": 825634349,
            "stop": 825636192
        },
        {
            "start": 825636224,
            "stop": 825640013
        },
        {
            "start": 825640016,
            "stop": 825640018
        },
        {
            "start": 825640021,
            "stop": 825645177
        },
        {
            "start": 825645180,
            "stop": 825654162
        },
        {
            "start": 825657186,
            "stop": 825674336
        },
        {
            "start": 825674368,
            "stop": 825681120
        },
        {
            "start": 825681152,
            "stop": 825686873
        }
    ]
}