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=721
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=722",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=720",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 721,
    "results": [
        {
            "start": 830396537,
            "stop": 830396549
        },
        {
            "start": 830396553,
            "stop": 830396560
        },
        {
            "start": 830396570,
            "stop": 830396577
        },
        {
            "start": 830396582,
            "stop": 830396584
        },
        {
            "start": 830396587,
            "stop": 830396589
        },
        {
            "start": 830396593,
            "stop": 830396598
        },
        {
            "start": 830396603,
            "stop": 830396628
        },
        {
            "start": 830396637,
            "stop": 830396639
        },
        {
            "start": 830396647,
            "stop": 830396649
        },
        {
            "start": 830396652,
            "stop": 830396658
        },
        {
            "start": 830396661,
            "stop": 830396662
        },
        {
            "start": 830406960,
            "stop": 830406974
        },
        {
            "start": 830407027,
            "stop": 830407032
        },
        {
            "start": 830407169,
            "stop": 830407182
        },
        {
            "start": 830407621,
            "stop": 830407627
        },
        {
            "start": 830408761,
            "stop": 830408762
        },
        {
            "start": 830408861,
            "stop": 830408871
        },
        {
            "start": 830408969,
            "stop": 830408980
        },
        {
            "start": 830409019,
            "stop": 830409026
        },
        {
            "start": 830409086,
            "stop": 830409108
        }
    ]
}