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=146
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=147",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=145",
    "results_count": 5511,
    "results_per_page": 20,
    "num_pages": 276,
    "page_number": 146,
    "results": [
        {
            "start": 1135052902,
            "stop": 1135052903
        },
        {
            "start": 1135052906,
            "stop": 1135052909
        },
        {
            "start": 1135052912,
            "stop": 1135052915
        },
        {
            "start": 1135052918,
            "stop": 1135052923
        },
        {
            "start": 1135052926,
            "stop": 1135052927
        },
        {
            "start": 1135052930,
            "stop": 1135052933
        },
        {
            "start": 1135052936,
            "stop": 1135052937
        },
        {
            "start": 1135052940,
            "stop": 1135052942
        },
        {
            "start": 1135052948,
            "stop": 1135052950
        },
        {
            "start": 1135052953,
            "stop": 1135052956
        },
        {
            "start": 1135052964,
            "stop": 1135052978
        },
        {
            "start": 1135052981,
            "stop": 1135052984
        },
        {
            "start": 1135052987,
            "stop": 1135052988
        },
        {
            "start": 1135052991,
            "stop": 1135052993
        },
        {
            "start": 1135052996,
            "stop": 1135053001
        },
        {
            "start": 1135053004,
            "stop": 1135053009
        },
        {
            "start": 1135053012,
            "stop": 1135053016
        },
        {
            "start": 1135053019,
            "stop": 1135053023
        },
        {
            "start": 1135053026,
            "stop": 1135053031
        },
        {
            "start": 1135053037,
            "stop": 1135053040
        }
    ]
}