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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=430",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=428",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 429,
    "results": [
        {
            "start": 821772493,
            "stop": 821772494
        },
        {
            "start": 821772506,
            "stop": 821772507
        },
        {
            "start": 821772511,
            "stop": 821772512
        },
        {
            "start": 821772515,
            "stop": 821772529
        },
        {
            "start": 821772532,
            "stop": 821772534
        },
        {
            "start": 821772537,
            "stop": 821772541
        },
        {
            "start": 821772546,
            "stop": 821772553
        },
        {
            "start": 821772559,
            "stop": 821772561
        },
        {
            "start": 821772564,
            "stop": 821772569
        },
        {
            "start": 821772572,
            "stop": 821772573
        },
        {
            "start": 821772576,
            "stop": 821772592
        },
        {
            "start": 821772595,
            "stop": 821772599
        },
        {
            "start": 821772604,
            "stop": 821772605
        },
        {
            "start": 821772608,
            "stop": 821772611
        },
        {
            "start": 821772617,
            "stop": 821772620
        },
        {
            "start": 821772623,
            "stop": 821772624
        },
        {
            "start": 821772629,
            "stop": 821772632
        },
        {
            "start": 821772636,
            "stop": 821772637
        },
        {
            "start": 821772640,
            "stop": 821772641
        },
        {
            "start": 821772644,
            "stop": 821772645
        }
    ]
}