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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=339",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=337",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 338,
    "results": [
        {
            "start": 821329069,
            "stop": 821329226
        },
        {
            "start": 821329229,
            "stop": 821329620
        },
        {
            "start": 821329623,
            "stop": 821329652
        },
        {
            "start": 821329655,
            "stop": 821329953
        },
        {
            "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
        }
    ]
}