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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=4906",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=4904",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 4905,
    "results": [
        {
            "start": 874262522,
            "stop": 874262530
        },
        {
            "start": 874262549,
            "stop": 874262626
        },
        {
            "start": 874262645,
            "stop": 874262655
        },
        {
            "start": 874262674,
            "stop": 874262691
        },
        {
            "start": 874262749,
            "stop": 874262770
        },
        {
            "start": 874262789,
            "stop": 874262812
        },
        {
            "start": 874262831,
            "stop": 874262838
        },
        {
            "start": 874262862,
            "stop": 874262873
        },
        {
            "start": 874262900,
            "stop": 874262907
        },
        {
            "start": 874262926,
            "stop": 874262973
        },
        {
            "start": 874263062,
            "stop": 874263071
        },
        {
            "start": 874263095,
            "stop": 874263115
        },
        {
            "start": 874263150,
            "stop": 874263186
        },
        {
            "start": 874263210,
            "stop": 874263224
        },
        {
            "start": 874263244,
            "stop": 874263308
        },
        {
            "start": 874263331,
            "stop": 874263348
        },
        {
            "start": 874267628,
            "stop": 874267867
        },
        {
            "start": 874267884,
            "stop": 874268910
        },
        {
            "start": 874268929,
            "stop": 874269431
        },
        {
            "start": 874269451,
            "stop": 874269511
        }
    ]
}