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=194
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=195",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=193",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 194,
    "results": [
        {
            "start": 826969403,
            "stop": 826969405
        },
        {
            "start": 826969409,
            "stop": 826969414
        },
        {
            "start": 826969416,
            "stop": 826969417
        },
        {
            "start": 826969419,
            "stop": 826969433
        },
        {
            "start": 826969440,
            "stop": 826969883
        },
        {
            "start": 826969888,
            "stop": 826969890
        },
        {
            "start": 826969895,
            "stop": 826970276
        },
        {
            "start": 826970281,
            "stop": 826970297
        },
        {
            "start": 826970307,
            "stop": 826970308
        },
        {
            "start": 826970319,
            "stop": 826970354
        },
        {
            "start": 826970361,
            "stop": 826970454
        },
        {
            "start": 826970457,
            "stop": 826970484
        },
        {
            "start": 826970497,
            "stop": 826970617
        },
        {
            "start": 826970619,
            "stop": 826970623
        },
        {
            "start": 826970625,
            "stop": 826970627
        },
        {
            "start": 826970630,
            "stop": 826970721
        },
        {
            "start": 826970726,
            "stop": 826970730
        },
        {
            "start": 826970733,
            "stop": 826970781
        },
        {
            "start": 826970784,
            "stop": 826970878
        },
        {
            "start": 826970881,
            "stop": 826970883
        }
    ]
}