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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=4936",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=4934",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 4935,
    "results": [
        {
            "start": 874403505,
            "stop": 874403687
        },
        {
            "start": 874403694,
            "stop": 874403706
        },
        {
            "start": 874403713,
            "stop": 874403870
        },
        {
            "start": 874403877,
            "stop": 874404039
        },
        {
            "start": 874404046,
            "stop": 874404176
        },
        {
            "start": 874404188,
            "stop": 874404240
        },
        {
            "start": 874404248,
            "stop": 874404470
        },
        {
            "start": 874404477,
            "stop": 874404705
        },
        {
            "start": 874404713,
            "stop": 874405209
        },
        {
            "start": 874405216,
            "stop": 874405620
        },
        {
            "start": 874405627,
            "stop": 874405749
        },
        {
            "start": 874405756,
            "stop": 874405764
        },
        {
            "start": 874405772,
            "stop": 874405891
        },
        {
            "start": 874405898,
            "stop": 874405907
        },
        {
            "start": 874405914,
            "stop": 874406448
        },
        {
            "start": 874406455,
            "stop": 874406857
        },
        {
            "start": 874406864,
            "stop": 874406903
        },
        {
            "start": 874406910,
            "stop": 874407184
        },
        {
            "start": 874407192,
            "stop": 874407812
        },
        {
            "start": 874407819,
            "stop": 874407954
        }
    ]
}