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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=533",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=531",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 532,
    "results": [
        {
            "start": 827182968,
            "stop": 827183091
        },
        {
            "start": 827183094,
            "stop": 827183197
        },
        {
            "start": 827183200,
            "stop": 827183267
        },
        {
            "start": 827183270,
            "stop": 827183779
        },
        {
            "start": 827183782,
            "stop": 827183942
        },
        {
            "start": 827183946,
            "stop": 827183962
        },
        {
            "start": 827183965,
            "stop": 827184005
        },
        {
            "start": 827184008,
            "stop": 827184074
        },
        {
            "start": 827184077,
            "stop": 827184126
        },
        {
            "start": 827184129,
            "stop": 827184165
        },
        {
            "start": 827184169,
            "stop": 827184222
        },
        {
            "start": 827184225,
            "stop": 827184312
        },
        {
            "start": 827184315,
            "stop": 827184546
        },
        {
            "start": 827184563,
            "stop": 827184697
        },
        {
            "start": 827184700,
            "stop": 827184763
        },
        {
            "start": 827184766,
            "stop": 827184944
        },
        {
            "start": 827184947,
            "stop": 827184980
        },
        {
            "start": 827184983,
            "stop": 827185119
        },
        {
            "start": 827185123,
            "stop": 827185125
        },
        {
            "start": 827185128,
            "stop": 827185219
        }
    ]
}