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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=239",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=237",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 238,
    "results": [
        {
            "start": 931462465,
            "stop": 931462482
        },
        {
            "start": 931462486,
            "stop": 931462497
        },
        {
            "start": 931462499,
            "stop": 931462503
        },
        {
            "start": 931462505,
            "stop": 931462512
        },
        {
            "start": 931462514,
            "stop": 931462519
        },
        {
            "start": 931462521,
            "stop": 931462529
        },
        {
            "start": 931462532,
            "stop": 931462533
        },
        {
            "start": 931462535,
            "stop": 931462539
        },
        {
            "start": 931462541,
            "stop": 931462549
        },
        {
            "start": 931462551,
            "stop": 931462564
        },
        {
            "start": 931462566,
            "stop": 931462571
        },
        {
            "start": 931462573,
            "stop": 931462586
        },
        {
            "start": 931462589,
            "stop": 931462597
        },
        {
            "start": 931462599,
            "stop": 931462608
        },
        {
            "start": 931462612,
            "stop": 931462614
        },
        {
            "start": 931462617,
            "stop": 931462623
        },
        {
            "start": 931462625,
            "stop": 931462640
        },
        {
            "start": 931462644,
            "stop": 931462658
        },
        {
            "start": 931462660,
            "stop": 931462674
        },
        {
            "start": 931462676,
            "stop": 931462683
        }
    ]
}