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=1930
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=1931",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1929",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 1930,
    "results": [
        {
            "start": 849961830,
            "stop": 849974437
        },
        {
            "start": 849995822,
            "stop": 849996239
        },
        {
            "start": 849996690,
            "stop": 849996834
        },
        {
            "start": 849997048,
            "stop": 849997771
        },
        {
            "start": 849997968,
            "stop": 849997974
        },
        {
            "start": 850000166,
            "stop": 850020508
        },
        {
            "start": 850021009,
            "stop": 850030929
        },
        {
            "start": 850031414,
            "stop": 850056630
        },
        {
            "start": 850056690,
            "stop": 850056787
        },
        {
            "start": 850056793,
            "stop": 850056800
        },
        {
            "start": 850056814,
            "stop": 850056983
        },
        {
            "start": 850056985,
            "stop": 850060267
        },
        {
            "start": 850060273,
            "stop": 850060675
        },
        {
            "start": 850060680,
            "stop": 850060772
        },
        {
            "start": 850060783,
            "stop": 850061104
        },
        {
            "start": 850061214,
            "stop": 850061367
        },
        {
            "start": 850061368,
            "stop": 850061412
        },
        {
            "start": 850061418,
            "stop": 850061507
        },
        {
            "start": 850061515,
            "stop": 850061517
        },
        {
            "start": 850061525,
            "stop": 850061533
        }
    ]
}