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=3535
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=3536",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3534",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3535,
    "results": [
        {
            "start": 871539437,
            "stop": 871539457
        },
        {
            "start": 871539474,
            "stop": 871539479
        },
        {
            "start": 871539538,
            "stop": 871539564
        },
        {
            "start": 871539581,
            "stop": 871539746
        },
        {
            "start": 871539763,
            "stop": 871540117
        },
        {
            "start": 871540134,
            "stop": 871540642
        },
        {
            "start": 871540659,
            "stop": 871540808
        },
        {
            "start": 871540825,
            "stop": 871541071
        },
        {
            "start": 871541088,
            "stop": 871541418
        },
        {
            "start": 871541443,
            "stop": 871541449
        },
        {
            "start": 871541486,
            "stop": 871541496
        },
        {
            "start": 871541524,
            "stop": 871541764
        },
        {
            "start": 871541781,
            "stop": 871541969
        },
        {
            "start": 871541986,
            "stop": 871542136
        },
        {
            "start": 871542153,
            "stop": 871542186
        },
        {
            "start": 871542221,
            "stop": 871542252
        },
        {
            "start": 871542279,
            "stop": 871542294
        },
        {
            "start": 871542311,
            "stop": 871542939
        },
        {
            "start": 871542956,
            "stop": 871543244
        },
        {
            "start": 871543261,
            "stop": 871543272
        }
    ]
}