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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=284",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=282",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 283,
    "results": [
        {
            "start": 851783267,
            "stop": 851783272
        },
        {
            "start": 851783281,
            "stop": 851783296
        },
        {
            "start": 851783300,
            "stop": 851783306
        },
        {
            "start": 851783319,
            "stop": 851783325
        },
        {
            "start": 851783344,
            "stop": 851783349
        },
        {
            "start": 851783363,
            "stop": 851783369
        },
        {
            "start": 851783377,
            "stop": 851783383
        },
        {
            "start": 851783427,
            "stop": 851783432
        },
        {
            "start": 851783436,
            "stop": 851783442
        },
        {
            "start": 851783471,
            "stop": 851783496
        },
        {
            "start": 851783500,
            "stop": 851783506
        },
        {
            "start": 851783509,
            "stop": 851783516
        },
        {
            "start": 851783519,
            "stop": 851783530
        },
        {
            "start": 851783534,
            "stop": 851783540
        },
        {
            "start": 851783559,
            "stop": 851783565
        },
        {
            "start": 851783568,
            "stop": 851783574
        },
        {
            "start": 851783578,
            "stop": 851783593
        },
        {
            "start": 851783597,
            "stop": 851783607
        },
        {
            "start": 851783611,
            "stop": 851783617
        },
        {
            "start": 851783626,
            "stop": 851783631
        }
    ]
}