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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40618",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40616",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40617,
    "results": [
        {
            "start": 874892442,
            "stop": 874892540
        },
        {
            "start": 874892542,
            "stop": 874892564
        },
        {
            "start": 874892565,
            "stop": 874892566
        },
        {
            "start": 874892568,
            "stop": 874892623
        },
        {
            "start": 874892624,
            "stop": 874892639
        },
        {
            "start": 874892640,
            "stop": 874892642
        },
        {
            "start": 874892644,
            "stop": 874892692
        },
        {
            "start": 874892694,
            "stop": 874892834
        },
        {
            "start": 874892835,
            "stop": 874892847
        },
        {
            "start": 874892848,
            "stop": 874892888
        },
        {
            "start": 874892890,
            "stop": 874892919
        },
        {
            "start": 874892920,
            "stop": 874893019
        },
        {
            "start": 874893020,
            "stop": 874893061
        },
        {
            "start": 874893062,
            "stop": 874893088
        },
        {
            "start": 874893089,
            "stop": 874893140
        },
        {
            "start": 874893143,
            "stop": 874893279
        },
        {
            "start": 874893280,
            "stop": 874893291
        },
        {
            "start": 874893292,
            "stop": 874893368
        },
        {
            "start": 874893369,
            "stop": 874893376
        },
        {
            "start": 874893377,
            "stop": 874893644
        }
    ]
}