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=4173
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=4174",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4172",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 4173,
    "results": [
        {
            "start": 874365198,
            "stop": 874365199
        },
        {
            "start": 874365256,
            "stop": 874365300
        },
        {
            "start": 874365377,
            "stop": 874365442
        },
        {
            "start": 874365461,
            "stop": 874365507
        },
        {
            "start": 874365531,
            "stop": 874365540
        },
        {
            "start": 874365600,
            "stop": 874365660
        },
        {
            "start": 874365720,
            "stop": 874365775
        },
        {
            "start": 874365794,
            "stop": 874365805
        },
        {
            "start": 874365832,
            "stop": 874365840
        },
        {
            "start": 874365902,
            "stop": 874365960
        },
        {
            "start": 874366458,
            "stop": 874366488
        },
        {
            "start": 874366664,
            "stop": 874366680
        },
        {
            "start": 874368985,
            "stop": 874369020
        },
        {
            "start": 874369320,
            "stop": 874369321
        },
        {
            "start": 874369529,
            "stop": 874369535
        },
        {
            "start": 874369620,
            "stop": 874369633
        },
        {
            "start": 874369664,
            "stop": 874369673
        },
        {
            "start": 874369696,
            "stop": 874369728
        },
        {
            "start": 874369866,
            "stop": 874369920
        },
        {
            "start": 874370046,
            "stop": 874370064
        }
    ]
}