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=102
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=103",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=101",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 102,
    "results": [
        {
            "start": 821422295,
            "stop": 821422407
        },
        {
            "start": 821422410,
            "stop": 821422523
        },
        {
            "start": 821422526,
            "stop": 821422554
        },
        {
            "start": 821422557,
            "stop": 821423312
        },
        {
            "start": 821423315,
            "stop": 821423887
        },
        {
            "start": 821423890,
            "stop": 821423960
        },
        {
            "start": 821423963,
            "stop": 821424469
        },
        {
            "start": 821424472,
            "stop": 821424582
        },
        {
            "start": 821424585,
            "stop": 821424717
        },
        {
            "start": 821424720,
            "stop": 821424898
        },
        {
            "start": 821424901,
            "stop": 821424950
        },
        {
            "start": 821424953,
            "stop": 821425718
        },
        {
            "start": 821425721,
            "stop": 821425759
        },
        {
            "start": 821425762,
            "stop": 821425848
        },
        {
            "start": 821425851,
            "stop": 821426220
        },
        {
            "start": 821426223,
            "stop": 821426281
        },
        {
            "start": 821426284,
            "stop": 821426330
        },
        {
            "start": 821426333,
            "stop": 821426409
        },
        {
            "start": 821426412,
            "stop": 821426427
        },
        {
            "start": 821426430,
            "stop": 821426566
        }
    ]
}