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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4157",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4155",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 4156,
    "results": [
        {
            "start": 874325304,
            "stop": 874325460
        },
        {
            "start": 874325520,
            "stop": 874326231
        },
        {
            "start": 874326250,
            "stop": 874326546
        },
        {
            "start": 874326565,
            "stop": 874326662
        },
        {
            "start": 874326681,
            "stop": 874327041
        },
        {
            "start": 874327060,
            "stop": 874327124
        },
        {
            "start": 874327153,
            "stop": 874327157
        },
        {
            "start": 874327194,
            "stop": 874327326
        },
        {
            "start": 874327346,
            "stop": 874327810
        },
        {
            "start": 874327829,
            "stop": 874327886
        },
        {
            "start": 874327905,
            "stop": 874327937
        },
        {
            "start": 874327956,
            "stop": 874328569
        },
        {
            "start": 874328589,
            "stop": 874328933
        },
        {
            "start": 874328952,
            "stop": 874328970
        },
        {
            "start": 874329090,
            "stop": 874329505
        },
        {
            "start": 874329524,
            "stop": 874329552
        },
        {
            "start": 874329571,
            "stop": 874330455
        },
        {
            "start": 874330474,
            "stop": 874330641
        },
        {
            "start": 874330660,
            "stop": 874330666
        },
        {
            "start": 874330686,
            "stop": 874330908
        }
    ]
}