Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=115
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=116",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=114",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 115,
    "results": [
        {
            "start": 816693356,
            "stop": 816693357
        },
        {
            "start": 816693367,
            "stop": 816693368
        },
        {
            "start": 816693387,
            "stop": 816693388
        },
        {
            "start": 816693452,
            "stop": 816693454
        },
        {
            "start": 816693464,
            "stop": 816693465
        },
        {
            "start": 816693512,
            "stop": 816693513
        },
        {
            "start": 816693532,
            "stop": 816693533
        },
        {
            "start": 816693539,
            "stop": 816693541
        },
        {
            "start": 816693547,
            "stop": 816693549
        },
        {
            "start": 816693558,
            "stop": 816693559
        },
        {
            "start": 816693570,
            "stop": 816693577
        },
        {
            "start": 816693608,
            "stop": 816693626
        },
        {
            "start": 816693629,
            "stop": 816693630
        },
        {
            "start": 816693637,
            "stop": 816693638
        },
        {
            "start": 816693647,
            "stop": 816693649
        },
        {
            "start": 816693659,
            "stop": 816693660
        },
        {
            "start": 816693667,
            "stop": 816693669
        },
        {
            "start": 816693678,
            "stop": 816693679
        },
        {
            "start": 816693682,
            "stop": 816693683
        },
        {
            "start": 816693693,
            "stop": 816693696
        }
    ]
}