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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=272",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=270",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 271,
    "results": [
        {
            "start": 820517449,
            "stop": 820517452
        },
        {
            "start": 820517455,
            "stop": 820517486
        },
        {
            "start": 820517489,
            "stop": 820517560
        },
        {
            "start": 820517564,
            "stop": 820517688
        },
        {
            "start": 820517691,
            "stop": 820517894
        },
        {
            "start": 820517898,
            "stop": 820517901
        },
        {
            "start": 820517905,
            "stop": 820518058
        },
        {
            "start": 820518061,
            "stop": 820518144
        },
        {
            "start": 820518147,
            "stop": 820518247
        },
        {
            "start": 820518251,
            "stop": 820518253
        },
        {
            "start": 820518257,
            "stop": 820518286
        },
        {
            "start": 820518289,
            "stop": 820518368
        },
        {
            "start": 820518372,
            "stop": 820518707
        },
        {
            "start": 820518711,
            "stop": 820518747
        },
        {
            "start": 820518751,
            "stop": 820518787
        },
        {
            "start": 820518907,
            "stop": 820518951
        },
        {
            "start": 820518955,
            "stop": 820518960
        },
        {
            "start": 820519020,
            "stop": 820519273
        },
        {
            "start": 820519276,
            "stop": 820519279
        },
        {
            "start": 820519282,
            "stop": 820519351
        }
    ]
}