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=3616
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=3617",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3615",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3616,
    "results": [
        {
            "start": 872159354,
            "stop": 872159603
        },
        {
            "start": 872159620,
            "stop": 872159961
        },
        {
            "start": 872159978,
            "stop": 872160178
        },
        {
            "start": 872160195,
            "stop": 872160508
        },
        {
            "start": 872160525,
            "stop": 872160600
        },
        {
            "start": 872160617,
            "stop": 872160696
        },
        {
            "start": 872160716,
            "stop": 872160721
        },
        {
            "start": 872160738,
            "stop": 872160758
        },
        {
            "start": 872160775,
            "stop": 872160804
        },
        {
            "start": 872160821,
            "stop": 872160840
        },
        {
            "start": 872160857,
            "stop": 872161128
        },
        {
            "start": 872161145,
            "stop": 872161763
        },
        {
            "start": 872161785,
            "stop": 872161836
        },
        {
            "start": 872161853,
            "stop": 872161893
        },
        {
            "start": 872161923,
            "stop": 872162286
        },
        {
            "start": 872162303,
            "stop": 872162519
        },
        {
            "start": 872162549,
            "stop": 872162587
        },
        {
            "start": 872162604,
            "stop": 872162861
        },
        {
            "start": 872162878,
            "stop": 872165475
        },
        {
            "start": 872165492,
            "stop": 872165658
        }
    ]
}