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=358
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=359",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=357",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 358,
    "results": [
        {
            "start": 821329972,
            "stop": 821330197
        },
        {
            "start": 821330200,
            "stop": 821330432
        },
        {
            "start": 821330435,
            "stop": 821330482
        },
        {
            "start": 821330485,
            "stop": 821330760
        },
        {
            "start": 821330763,
            "stop": 821330795
        },
        {
            "start": 821330798,
            "stop": 821330901
        },
        {
            "start": 821330904,
            "stop": 821331092
        },
        {
            "start": 821331095,
            "stop": 821331342
        },
        {
            "start": 821331345,
            "stop": 821331385
        },
        {
            "start": 821331404,
            "stop": 821331412
        },
        {
            "start": 821331415,
            "stop": 821331477
        },
        {
            "start": 821331496,
            "stop": 821331536
        },
        {
            "start": 821331539,
            "stop": 821331661
        },
        {
            "start": 821331664,
            "stop": 821331702
        },
        {
            "start": 821331721,
            "stop": 821331876
        },
        {
            "start": 821331895,
            "stop": 821331955
        },
        {
            "start": 821331974,
            "stop": 821332030
        },
        {
            "start": 821332049,
            "stop": 821332062
        },
        {
            "start": 821332081,
            "stop": 821332100
        },
        {
            "start": 821332119,
            "stop": 821332266
        }
    ]
}