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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4642",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4640",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4641,
    "results": [
        {
            "start": 874251658,
            "stop": 874251672
        },
        {
            "start": 874251735,
            "stop": 874251800
        },
        {
            "start": 874251819,
            "stop": 874251834
        },
        {
            "start": 874251857,
            "stop": 874251902
        },
        {
            "start": 874251924,
            "stop": 874251940
        },
        {
            "start": 874251969,
            "stop": 874251996
        },
        {
            "start": 874252029,
            "stop": 874252035
        },
        {
            "start": 874252082,
            "stop": 874252141
        },
        {
            "start": 874252160,
            "stop": 874252162
        },
        {
            "start": 874252208,
            "stop": 874252257
        },
        {
            "start": 874252294,
            "stop": 874252313
        },
        {
            "start": 874252332,
            "stop": 874252338
        },
        {
            "start": 874252368,
            "stop": 874252397
        },
        {
            "start": 874252425,
            "stop": 874252426
        },
        {
            "start": 874252445,
            "stop": 874252485
        },
        {
            "start": 874252514,
            "stop": 874252537
        },
        {
            "start": 874252556,
            "stop": 874252570
        },
        {
            "start": 874252589,
            "stop": 874252600
        },
        {
            "start": 874252625,
            "stop": 874252638
        },
        {
            "start": 874252704,
            "stop": 874252725
        }
    ]
}