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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5200",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5198",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5199,
    "results": [
        {
            "start": 1137029046,
            "stop": 1137029049
        },
        {
            "start": 1137029051,
            "stop": 1137029054
        },
        {
            "start": 1137029056,
            "stop": 1137029062
        },
        {
            "start": 1137029064,
            "stop": 1137029065
        },
        {
            "start": 1137029067,
            "stop": 1137029069
        },
        {
            "start": 1137029071,
            "stop": 1137029087
        },
        {
            "start": 1137029089,
            "stop": 1137029091
        },
        {
            "start": 1137029093,
            "stop": 1137029097
        },
        {
            "start": 1137029098,
            "stop": 1137029100
        },
        {
            "start": 1137029104,
            "stop": 1137029120
        },
        {
            "start": 1137029122,
            "stop": 1137029125
        },
        {
            "start": 1137029127,
            "stop": 1137029133
        },
        {
            "start": 1137029135,
            "stop": 1137029141
        },
        {
            "start": 1137029143,
            "stop": 1137029144
        },
        {
            "start": 1137029146,
            "stop": 1137029152
        },
        {
            "start": 1137029154,
            "stop": 1137029160
        },
        {
            "start": 1137029162,
            "stop": 1137029166
        },
        {
            "start": 1137029168,
            "stop": 1137029176
        },
        {
            "start": 1137029178,
            "stop": 1137029228
        },
        {
            "start": 1137029230,
            "stop": 1137029232
        }
    ]
}