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=3593
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=3594",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3592",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3593,
    "results": [
        {
            "start": 871912744,
            "stop": 871912763
        },
        {
            "start": 871912780,
            "stop": 871912950
        },
        {
            "start": 871912967,
            "stop": 871913812
        },
        {
            "start": 871913829,
            "stop": 871914017
        },
        {
            "start": 871914034,
            "stop": 871914403
        },
        {
            "start": 871914420,
            "stop": 871914449
        },
        {
            "start": 871914466,
            "stop": 871914895
        },
        {
            "start": 871914925,
            "stop": 871914966
        },
        {
            "start": 871914999,
            "stop": 871915142
        },
        {
            "start": 871915159,
            "stop": 871915278
        },
        {
            "start": 871915295,
            "stop": 871915711
        },
        {
            "start": 871915728,
            "stop": 871916020
        },
        {
            "start": 871916037,
            "stop": 871916053
        },
        {
            "start": 871916070,
            "stop": 871916231
        },
        {
            "start": 871916248,
            "stop": 871916940
        },
        {
            "start": 871917000,
            "stop": 871918560
        },
        {
            "start": 871918628,
            "stop": 871918951
        },
        {
            "start": 871918968,
            "stop": 871919020
        },
        {
            "start": 871919037,
            "stop": 871919987
        },
        {
            "start": 871920004,
            "stop": 871920108
        }
    ]
}