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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=708",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=706",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 707,
    "results": [
        {
            "start": 849999196,
            "stop": 850020515
        },
        {
            "start": 850021582,
            "stop": 850056630
        },
        {
            "start": 850056690,
            "stop": 850058295
        },
        {
            "start": 850058296,
            "stop": 850061111
        },
        {
            "start": 850063845,
            "stop": 850064045
        },
        {
            "start": 850100411,
            "stop": 850101510
        },
        {
            "start": 850101570,
            "stop": 850101598
        },
        {
            "start": 850102470,
            "stop": 850104267
        },
        {
            "start": 850104269,
            "stop": 850109761
        },
        {
            "start": 850109762,
            "stop": 850109879
        },
        {
            "start": 850109881,
            "stop": 850110107
        },
        {
            "start": 850110110,
            "stop": 850110115
        },
        {
            "start": 850110117,
            "stop": 850110267
        },
        {
            "start": 850110269,
            "stop": 850111710
        },
        {
            "start": 850111770,
            "stop": 850111830
        },
        {
            "start": 850111890,
            "stop": 850111910
        },
        {
            "start": 850111911,
            "stop": 850112070
        },
        {
            "start": 850116401,
            "stop": 850137395
        },
        {
            "start": 850140362,
            "stop": 850148312
        },
        {
            "start": 850148313,
            "stop": 850148318
        }
    ]
}