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=662
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=663",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=661",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 662,
    "results": [
        {
            "start": 829498628,
            "stop": 829499244
        },
        {
            "start": 829499262,
            "stop": 829499326
        },
        {
            "start": 829499343,
            "stop": 829500660
        },
        {
            "start": 829500736,
            "stop": 829500960
        },
        {
            "start": 829501020,
            "stop": 829501239
        },
        {
            "start": 829501256,
            "stop": 829501591
        },
        {
            "start": 829501610,
            "stop": 829504374
        },
        {
            "start": 829504378,
            "stop": 829504784
        },
        {
            "start": 829504803,
            "stop": 829505242
        },
        {
            "start": 829505245,
            "stop": 829505249
        },
        {
            "start": 829505266,
            "stop": 829505279
        },
        {
            "start": 829505314,
            "stop": 829506735
        },
        {
            "start": 829506752,
            "stop": 829507074
        },
        {
            "start": 829507077,
            "stop": 829507634
        },
        {
            "start": 829507651,
            "stop": 829508062
        },
        {
            "start": 829508352,
            "stop": 829508546
        },
        {
            "start": 829508565,
            "stop": 829508601
        },
        {
            "start": 829508620,
            "stop": 829510151
        },
        {
            "start": 829510154,
            "stop": 829510469
        },
        {
            "start": 829510472,
            "stop": 829510851
        }
    ]
}