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=199
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=200",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=198",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 199,
    "results": [
        {
            "start": 839299541,
            "stop": 839299570
        },
        {
            "start": 839299914,
            "stop": 839299918
        },
        {
            "start": 839299921,
            "stop": 839300092
        },
        {
            "start": 839301258,
            "stop": 839301424
        },
        {
            "start": 839301428,
            "stop": 839301853
        },
        {
            "start": 839301857,
            "stop": 839302007
        },
        {
            "start": 839302012,
            "stop": 839302112
        },
        {
            "start": 839302126,
            "stop": 839302136
        },
        {
            "start": 839302145,
            "stop": 839302175
        },
        {
            "start": 839302197,
            "stop": 839302295
        },
        {
            "start": 839302300,
            "stop": 839302339
        },
        {
            "start": 839302343,
            "stop": 839302460
        },
        {
            "start": 839302464,
            "stop": 839302469
        },
        {
            "start": 839302474,
            "stop": 839302550
        },
        {
            "start": 839302554,
            "stop": 839302662
        },
        {
            "start": 839302680,
            "stop": 839302705
        },
        {
            "start": 839302714,
            "stop": 839302719
        },
        {
            "start": 839302724,
            "stop": 839302743
        },
        {
            "start": 839302756,
            "stop": 839302761
        },
        {
            "start": 839302780,
            "stop": 839302790
        }
    ]
}