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=3707
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=3708",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3706",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3707,
    "results": [
        {
            "start": 873258054,
            "stop": 873258100
        },
        {
            "start": 873258414,
            "stop": 873259154
        },
        {
            "start": 873259171,
            "stop": 873259197
        },
        {
            "start": 873259227,
            "stop": 873259250
        },
        {
            "start": 873259267,
            "stop": 873259449
        },
        {
            "start": 873259466,
            "stop": 873260032
        },
        {
            "start": 873260049,
            "stop": 873260213
        },
        {
            "start": 873260230,
            "stop": 873262200
        },
        {
            "start": 873262260,
            "stop": 873262594
        },
        {
            "start": 873262611,
            "stop": 873262620
        },
        {
            "start": 873262680,
            "stop": 873262860
        },
        {
            "start": 873262931,
            "stop": 873263017
        },
        {
            "start": 873263081,
            "stop": 873263227
        },
        {
            "start": 873263248,
            "stop": 873263362
        },
        {
            "start": 873263379,
            "stop": 873264566
        },
        {
            "start": 873264583,
            "stop": 873264634
        },
        {
            "start": 873264651,
            "stop": 873265769
        },
        {
            "start": 873265786,
            "stop": 873265862
        },
        {
            "start": 873265879,
            "stop": 873266403
        },
        {
            "start": 873266420,
            "stop": 873266518
        }
    ]
}