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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=218",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=216",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 217,
    "results": [
        {
            "start": 820477943,
            "stop": 820478283
        },
        {
            "start": 820478291,
            "stop": 820478832
        },
        {
            "start": 820478839,
            "stop": 820479125
        },
        {
            "start": 820479132,
            "stop": 820479161
        },
        {
            "start": 820479169,
            "stop": 820479260
        },
        {
            "start": 820479268,
            "stop": 820479580
        },
        {
            "start": 820479924,
            "stop": 820480127
        },
        {
            "start": 820480134,
            "stop": 820481167
        },
        {
            "start": 820481174,
            "stop": 820481244
        },
        {
            "start": 820481251,
            "stop": 820481384
        },
        {
            "start": 820481391,
            "stop": 820481922
        },
        {
            "start": 820481929,
            "stop": 820482599
        },
        {
            "start": 820482607,
            "stop": 820483522
        },
        {
            "start": 820483529,
            "stop": 820483837
        },
        {
            "start": 820483844,
            "stop": 820484055
        },
        {
            "start": 820484063,
            "stop": 820484286
        },
        {
            "start": 820484293,
            "stop": 820484570
        },
        {
            "start": 820484577,
            "stop": 820484712
        },
        {
            "start": 820484719,
            "stop": 820485146
        },
        {
            "start": 820485153,
            "stop": 820485322
        }
    ]
}