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=141
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=142",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=140",
    "results_count": 5511,
    "results_per_page": 20,
    "num_pages": 276,
    "page_number": 141,
    "results": [
        {
            "start": 1135051914,
            "stop": 1135051917
        },
        {
            "start": 1135051923,
            "stop": 1135051927
        },
        {
            "start": 1135051930,
            "stop": 1135051937
        },
        {
            "start": 1135051940,
            "stop": 1135051943
        },
        {
            "start": 1135051946,
            "stop": 1135051950
        },
        {
            "start": 1135051953,
            "stop": 1135051954
        },
        {
            "start": 1135051957,
            "stop": 1135051958
        },
        {
            "start": 1135051961,
            "stop": 1135051968
        },
        {
            "start": 1135051972,
            "stop": 1135051976
        },
        {
            "start": 1135051979,
            "stop": 1135051982
        },
        {
            "start": 1135051985,
            "stop": 1135051988
        },
        {
            "start": 1135051991,
            "stop": 1135051998
        },
        {
            "start": 1135052001,
            "stop": 1135052007
        },
        {
            "start": 1135052010,
            "stop": 1135052015
        },
        {
            "start": 1135052018,
            "stop": 1135052023
        },
        {
            "start": 1135052026,
            "stop": 1135052031
        },
        {
            "start": 1135052034,
            "stop": 1135052039
        },
        {
            "start": 1135052044,
            "stop": 1135052052
        },
        {
            "start": 1135052055,
            "stop": 1135052062
        },
        {
            "start": 1135052065,
            "stop": 1135052071
        }
    ]
}