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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4783",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4781",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4782,
    "results": [
        {
            "start": 874606757,
            "stop": 874606815
        },
        {
            "start": 874606834,
            "stop": 874606836
        },
        {
            "start": 874606855,
            "stop": 874606888
        },
        {
            "start": 874607028,
            "stop": 874607029
        },
        {
            "start": 874607080,
            "stop": 874607099
        },
        {
            "start": 874607118,
            "stop": 874607182
        },
        {
            "start": 874607218,
            "stop": 874607223
        },
        {
            "start": 874607242,
            "stop": 874607271
        },
        {
            "start": 874607291,
            "stop": 874607314
        },
        {
            "start": 874607519,
            "stop": 874607522
        },
        {
            "start": 874607544,
            "stop": 874607548
        },
        {
            "start": 874607567,
            "stop": 874607584
        },
        {
            "start": 874607603,
            "stop": 874607605
        },
        {
            "start": 874607624,
            "stop": 874607630
        },
        {
            "start": 874607724,
            "stop": 874607745
        },
        {
            "start": 874607765,
            "stop": 874607776
        },
        {
            "start": 874607795,
            "stop": 874607796
        },
        {
            "start": 874607837,
            "stop": 874607856
        },
        {
            "start": 874607888,
            "stop": 874607905
        },
        {
            "start": 874607940,
            "stop": 874607958
        }
    ]
}