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=5222
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=5223",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5221",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5222,
    "results": [
        {
            "start": 1137047665,
            "stop": 1137047697
        },
        {
            "start": 1137047699,
            "stop": 1137047747
        },
        {
            "start": 1137047749,
            "stop": 1137047753
        },
        {
            "start": 1137047755,
            "stop": 1137047892
        },
        {
            "start": 1137047894,
            "stop": 1137047904
        },
        {
            "start": 1137047906,
            "stop": 1137047943
        },
        {
            "start": 1137047945,
            "stop": 1137047946
        },
        {
            "start": 1137047948,
            "stop": 1137048030
        },
        {
            "start": 1137048032,
            "stop": 1137048033
        },
        {
            "start": 1137048035,
            "stop": 1137048066
        },
        {
            "start": 1137048068,
            "stop": 1137048072
        },
        {
            "start": 1137048074,
            "stop": 1137048087
        },
        {
            "start": 1137048089,
            "stop": 1137048091
        },
        {
            "start": 1137048093,
            "stop": 1137048120
        },
        {
            "start": 1137048121,
            "stop": 1137048167
        },
        {
            "start": 1137048169,
            "stop": 1137048210
        },
        {
            "start": 1137048212,
            "stop": 1137048275
        },
        {
            "start": 1137048277,
            "stop": 1137048306
        },
        {
            "start": 1137048308,
            "stop": 1137048315
        },
        {
            "start": 1137048317,
            "stop": 1137048319
        }
    ]
}