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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=295",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=293",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 294,
    "results": [
        {
            "start": 820866526,
            "stop": 820866600
        },
        {
            "start": 820866780,
            "stop": 820866793
        },
        {
            "start": 820866870,
            "stop": 820866960
        },
        {
            "start": 820867020,
            "stop": 820867031
        },
        {
            "start": 820867914,
            "stop": 820867924
        },
        {
            "start": 820868192,
            "stop": 820868220
        },
        {
            "start": 820868280,
            "stop": 820868520
        },
        {
            "start": 820868580,
            "stop": 820868593
        },
        {
            "start": 820868794,
            "stop": 820868940
        },
        {
            "start": 820869000,
            "stop": 820869360
        },
        {
            "start": 820869420,
            "stop": 820869572
        },
        {
            "start": 820869575,
            "stop": 820870058
        },
        {
            "start": 820870061,
            "stop": 820871090
        },
        {
            "start": 820871093,
            "stop": 820871160
        },
        {
            "start": 820871233,
            "stop": 820871248
        },
        {
            "start": 820871265,
            "stop": 820871280
        },
        {
            "start": 820871400,
            "stop": 820871460
        },
        {
            "start": 820871520,
            "stop": 820871640
        },
        {
            "start": 820871700,
            "stop": 820871820
        },
        {
            "start": 820872000,
            "stop": 820872081
        }
    ]
}