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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=139",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=137",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 138,
    "results": [
        {
            "start": 931730997,
            "stop": 931731002
        },
        {
            "start": 931731033,
            "stop": 931731040
        },
        {
            "start": 931731054,
            "stop": 931731057
        },
        {
            "start": 931731091,
            "stop": 931731108
        },
        {
            "start": 931731113,
            "stop": 931731114
        },
        {
            "start": 931731120,
            "stop": 931731122
        },
        {
            "start": 931731128,
            "stop": 931731155
        },
        {
            "start": 931731161,
            "stop": 931731190
        },
        {
            "start": 931731199,
            "stop": 931731204
        },
        {
            "start": 931731237,
            "stop": 931731286
        },
        {
            "start": 931731292,
            "stop": 931731459
        },
        {
            "start": 931731465,
            "stop": 931731476
        },
        {
            "start": 931731483,
            "stop": 931731600
        },
        {
            "start": 931731606,
            "stop": 931731611
        },
        {
            "start": 931731625,
            "stop": 931731628
        },
        {
            "start": 931731639,
            "stop": 931731643
        },
        {
            "start": 931731657,
            "stop": 931731698
        },
        {
            "start": 931731704,
            "stop": 931731707
        },
        {
            "start": 931731712,
            "stop": 931731723
        },
        {
            "start": 931731729,
            "stop": 931731742
        }
    ]
}