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=3606
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=3607",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3605",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3606,
    "results": [
        {
            "start": 872072382,
            "stop": 872072834
        },
        {
            "start": 872072851,
            "stop": 872073081
        },
        {
            "start": 872073098,
            "stop": 872073170
        },
        {
            "start": 872073190,
            "stop": 872074056
        },
        {
            "start": 872074073,
            "stop": 872076185
        },
        {
            "start": 872076202,
            "stop": 872076560
        },
        {
            "start": 872076577,
            "stop": 872076761
        },
        {
            "start": 872076778,
            "stop": 872077538
        },
        {
            "start": 872077555,
            "stop": 872077676
        },
        {
            "start": 872077693,
            "stop": 872077800
        },
        {
            "start": 872077860,
            "stop": 872078926
        },
        {
            "start": 872078943,
            "stop": 872078954
        },
        {
            "start": 872078971,
            "stop": 872079493
        },
        {
            "start": 872079510,
            "stop": 872079560
        },
        {
            "start": 872079580,
            "stop": 872079890
        },
        {
            "start": 872079907,
            "stop": 872080338
        },
        {
            "start": 872080355,
            "stop": 872080546
        },
        {
            "start": 872080563,
            "stop": 872081111
        },
        {
            "start": 872081128,
            "stop": 872081137
        },
        {
            "start": 872081154,
            "stop": 872081550
        }
    ]
}