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=4270
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=4271",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4269",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 4270,
    "results": [
        {
            "start": 874612855,
            "stop": 874612871
        },
        {
            "start": 874612892,
            "stop": 874612897
        },
        {
            "start": 874612917,
            "stop": 874612942
        },
        {
            "start": 874612961,
            "stop": 874612984
        },
        {
            "start": 874613015,
            "stop": 874613040
        },
        {
            "start": 874613059,
            "stop": 874613095
        },
        {
            "start": 874613122,
            "stop": 874613149
        },
        {
            "start": 874613179,
            "stop": 874613181
        },
        {
            "start": 874613229,
            "stop": 874613283
        },
        {
            "start": 874613303,
            "stop": 874613308
        },
        {
            "start": 874613332,
            "stop": 874613341
        },
        {
            "start": 874613360,
            "stop": 874613393
        },
        {
            "start": 874613459,
            "stop": 874613467
        },
        {
            "start": 874613486,
            "stop": 874613488
        },
        {
            "start": 874613525,
            "stop": 874613552
        },
        {
            "start": 874613589,
            "stop": 874613621
        },
        {
            "start": 874613645,
            "stop": 874613656
        },
        {
            "start": 874613761,
            "stop": 874613770
        },
        {
            "start": 874613802,
            "stop": 874613807
        },
        {
            "start": 874613829,
            "stop": 874613836
        }
    ]
}