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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=89",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=87",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 88,
    "results": [
        {
            "start": 931535113,
            "stop": 931535115
        },
        {
            "start": 931535161,
            "stop": 931535216
        },
        {
            "start": 931535234,
            "stop": 931535287
        },
        {
            "start": 931535307,
            "stop": 931535417
        },
        {
            "start": 931535439,
            "stop": 931535456
        },
        {
            "start": 931535473,
            "stop": 931535535
        },
        {
            "start": 931535553,
            "stop": 931535566
        },
        {
            "start": 931535584,
            "stop": 931535587
        },
        {
            "start": 931535633,
            "stop": 931535698
        },
        {
            "start": 931535716,
            "stop": 931535761
        },
        {
            "start": 931535779,
            "stop": 931535789
        },
        {
            "start": 931535819,
            "stop": 931535861
        },
        {
            "start": 931535907,
            "stop": 931536010
        },
        {
            "start": 931536435,
            "stop": 931536436
        },
        {
            "start": 931536439,
            "stop": 931536471
        },
        {
            "start": 931536519,
            "stop": 931536530
        },
        {
            "start": 931536563,
            "stop": 931536594
        },
        {
            "start": 931536653,
            "stop": 931536657
        },
        {
            "start": 931536746,
            "stop": 931536761
        },
        {
            "start": 931536883,
            "stop": 931536887
        }
    ]
}