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=496
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=497",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=495",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 496,
    "results": [
        {
            "start": 826807161,
            "stop": 826807239
        },
        {
            "start": 826807256,
            "stop": 826807727
        },
        {
            "start": 826807760,
            "stop": 826807880
        },
        {
            "start": 826807899,
            "stop": 826810228
        },
        {
            "start": 826810253,
            "stop": 826810317
        },
        {
            "start": 826810334,
            "stop": 826810422
        },
        {
            "start": 826812562,
            "stop": 826812789
        },
        {
            "start": 826816794,
            "stop": 826816946
        },
        {
            "start": 826816965,
            "stop": 826817040
        },
        {
            "start": 826817057,
            "stop": 826817117
        },
        {
            "start": 826817136,
            "stop": 826820270
        },
        {
            "start": 826820287,
            "stop": 826822020
        },
        {
            "start": 826822039,
            "stop": 826824023
        },
        {
            "start": 826824040,
            "stop": 826824688
        },
        {
            "start": 826824707,
            "stop": 826827360
        },
        {
            "start": 826827377,
            "stop": 826829250
        },
        {
            "start": 826829556,
            "stop": 826829561
        },
        {
            "start": 826830145,
            "stop": 826830177
        },
        {
            "start": 826830287,
            "stop": 826830982
        },
        {
            "start": 826831282,
            "stop": 826831664
        }
    ]
}