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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2045",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2043",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 2044,
    "results": [
        {
            "start": 860169652,
            "stop": 860169674
        },
        {
            "start": 860169675,
            "stop": 860169787
        },
        {
            "start": 860169788,
            "stop": 860169791
        },
        {
            "start": 860169792,
            "stop": 860169802
        },
        {
            "start": 860169803,
            "stop": 860169807
        },
        {
            "start": 860170414,
            "stop": 860170416
        },
        {
            "start": 860170417,
            "stop": 860170438
        },
        {
            "start": 860170781,
            "stop": 860170792
        },
        {
            "start": 860206202,
            "stop": 860208630
        },
        {
            "start": 860208750,
            "stop": 860209167
        },
        {
            "start": 860209173,
            "stop": 860209175
        },
        {
            "start": 860209180,
            "stop": 860209192
        },
        {
            "start": 860209198,
            "stop": 860252021
        },
        {
            "start": 860252023,
            "stop": 860252424
        },
        {
            "start": 860269903,
            "stop": 860270895
        },
        {
            "start": 860271195,
            "stop": 860271245
        },
        {
            "start": 860271355,
            "stop": 860271376
        },
        {
            "start": 860271966,
            "stop": 860273108
        },
        {
            "start": 860274924,
            "stop": 860274955
        },
        {
            "start": 860275065,
            "stop": 860275640
        }
    ]
}