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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=274",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=272",
    "results_count": 5511,
    "results_per_page": 20,
    "num_pages": 276,
    "page_number": 273,
    "results": [
        {
            "start": 1136582038,
            "stop": 1136584903
        },
        {
            "start": 1136585203,
            "stop": 1136591149
        },
        {
            "start": 1136591158,
            "stop": 1136592982
        },
        {
            "start": 1136592984,
            "stop": 1136594711
        },
        {
            "start": 1136594713,
            "stop": 1136595297
        },
        {
            "start": 1136595305,
            "stop": 1136596292
        },
        {
            "start": 1136597152,
            "stop": 1136608372
        },
        {
            "start": 1136608380,
            "stop": 1136610399
        },
        {
            "start": 1136610407,
            "stop": 1136612004
        },
        {
            "start": 1136612012,
            "stop": 1136621507
        },
        {
            "start": 1136621518,
            "stop": 1136631172
        },
        {
            "start": 1136631183,
            "stop": 1136632101
        },
        {
            "start": 1136632109,
            "stop": 1136634873
        },
        {
            "start": 1136634881,
            "stop": 1136636139
        },
        {
            "start": 1136636147,
            "stop": 1136645016
        },
        {
            "start": 1136645028,
            "stop": 1136645817
        },
        {
            "start": 1136645839,
            "stop": 1136645840
        },
        {
            "start": 1136645842,
            "stop": 1136645843
        },
        {
            "start": 1136645845,
            "stop": 1136645860
        },
        {
            "start": 1136645993,
            "stop": 1136646989
        }
    ]
}