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=130
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=131",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=129",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 130,
    "results": [
        {
            "start": 931838815,
            "stop": 931839310
        },
        {
            "start": 931839370,
            "stop": 931840600
        },
        {
            "start": 931840604,
            "stop": 931840958
        },
        {
            "start": 931840961,
            "stop": 931842015
        },
        {
            "start": 931842375,
            "stop": 931842430
        },
        {
            "start": 931842432,
            "stop": 931842637
        },
        {
            "start": 931842932,
            "stop": 931843028
        },
        {
            "start": 931843030,
            "stop": 931843417
        },
        {
            "start": 931843420,
            "stop": 931843433
        },
        {
            "start": 931843435,
            "stop": 931843473
        },
        {
            "start": 931845510,
            "stop": 931845615
        },
        {
            "start": 931845975,
            "stop": 931846600
        },
        {
            "start": 931851319,
            "stop": 931852815
        },
        {
            "start": 931853175,
            "stop": 931853421
        },
        {
            "start": 931853426,
            "stop": 931853932
        },
        {
            "start": 931853937,
            "stop": 931854303
        },
        {
            "start": 931854305,
            "stop": 931854444
        },
        {
            "start": 931854446,
            "stop": 931855558
        },
        {
            "start": 931855560,
            "stop": 931855570
        },
        {
            "start": 931855572,
            "stop": 931855659
        }
    ]
}