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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=138",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=136",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 137,
    "results": [
        {
            "start": 818164301,
            "stop": 818164509
        },
        {
            "start": 818164629,
            "stop": 818165202
        },
        {
            "start": 818165206,
            "stop": 818166862
        },
        {
            "start": 818166879,
            "stop": 818172504
        },
        {
            "start": 818174513,
            "stop": 818177059
        },
        {
            "start": 818177179,
            "stop": 818177936
        },
        {
            "start": 818178056,
            "stop": 818179837
        },
        {
            "start": 818180720,
            "stop": 818181714
        },
        {
            "start": 818185745,
            "stop": 818186586
        },
        {
            "start": 818186706,
            "stop": 818187706
        },
        {
            "start": 818188130,
            "stop": 818190040
        },
        {
            "start": 818190160,
            "stop": 818195511
        },
        {
            "start": 818195631,
            "stop": 818198923
        },
        {
            "start": 818199104,
            "stop": 818201391
        },
        {
            "start": 818201511,
            "stop": 818203860
        },
        {
            "start": 818203980,
            "stop": 818205794
        },
        {
            "start": 818206104,
            "stop": 818207150
        },
        {
            "start": 818207270,
            "stop": 818207292
        },
        {
            "start": 818207717,
            "stop": 818207832
        },
        {
            "start": 818207952,
            "stop": 818209309
        }
    ]
}