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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=246",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=244",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 245,
    "results": [
        {
            "start": 820534008,
            "stop": 820534061
        },
        {
            "start": 820534065,
            "stop": 820534160
        },
        {
            "start": 820534163,
            "stop": 820534268
        },
        {
            "start": 820534271,
            "stop": 820534324
        },
        {
            "start": 820534328,
            "stop": 820534359
        },
        {
            "start": 820534363,
            "stop": 820534536
        },
        {
            "start": 820534539,
            "stop": 820534594
        },
        {
            "start": 820534597,
            "stop": 820534703
        },
        {
            "start": 820534707,
            "stop": 820534836
        },
        {
            "start": 820535236,
            "stop": 820535356
        },
        {
            "start": 820535359,
            "stop": 820536274
        },
        {
            "start": 820536278,
            "stop": 820536297
        },
        {
            "start": 820536300,
            "stop": 820536512
        },
        {
            "start": 820536515,
            "stop": 820536527
        },
        {
            "start": 820536531,
            "stop": 820536774
        },
        {
            "start": 820537635,
            "stop": 820537794
        },
        {
            "start": 820537798,
            "stop": 820538293
        },
        {
            "start": 820538296,
            "stop": 820538400
        },
        {
            "start": 820538404,
            "stop": 820538551
        },
        {
            "start": 820538554,
            "stop": 820538558
        }
    ]
}