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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5195",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5193",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5194,
    "results": [
        {
            "start": 1136277666,
            "stop": 1136277667
        },
        {
            "start": 1136277669,
            "stop": 1136277677
        },
        {
            "start": 1136277679,
            "stop": 1136277699
        },
        {
            "start": 1136277701,
            "stop": 1136277710
        },
        {
            "start": 1136277712,
            "stop": 1136277719
        },
        {
            "start": 1136277721,
            "stop": 1136277738
        },
        {
            "start": 1136277740,
            "stop": 1136277790
        },
        {
            "start": 1136277792,
            "stop": 1136277808
        },
        {
            "start": 1136277810,
            "stop": 1136277817
        },
        {
            "start": 1136277819,
            "stop": 1136277840
        },
        {
            "start": 1136277845,
            "stop": 1136277853
        },
        {
            "start": 1136277855,
            "stop": 1136277858
        },
        {
            "start": 1136277860,
            "stop": 1136277891
        },
        {
            "start": 1136277893,
            "stop": 1136277941
        },
        {
            "start": 1136277943,
            "stop": 1136277968
        },
        {
            "start": 1136277970,
            "stop": 1136277979
        },
        {
            "start": 1136277981,
            "stop": 1136277997
        },
        {
            "start": 1136277999,
            "stop": 1136278004
        },
        {
            "start": 1136278006,
            "stop": 1136278010
        },
        {
            "start": 1136278012,
            "stop": 1136278016
        }
    ]
}