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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=100",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=98",
    "results_count": 154166,
    "results_per_page": 20,
    "num_pages": 7709,
    "page_number": 99,
    "results": [
        {
            "start": 931730022,
            "stop": 931730024
        },
        {
            "start": 931730041,
            "stop": 931730070
        },
        {
            "start": 931730181,
            "stop": 931730222
        },
        {
            "start": 931730331,
            "stop": 931730340
        },
        {
            "start": 931730357,
            "stop": 931730375
        },
        {
            "start": 931730780,
            "stop": 931730854
        },
        {
            "start": 931730871,
            "stop": 931730895
        },
        {
            "start": 931730918,
            "stop": 931730925
        },
        {
            "start": 931730959,
            "stop": 931730983
        },
        {
            "start": 931731241,
            "stop": 931731278
        },
        {
            "start": 931731296,
            "stop": 931731316
        },
        {
            "start": 931731318,
            "stop": 931731451
        },
        {
            "start": 931731487,
            "stop": 931731592
        },
        {
            "start": 931731661,
            "stop": 931731690
        },
        {
            "start": 931731733,
            "stop": 931731734
        },
        {
            "start": 931731791,
            "stop": 931731804
        },
        {
            "start": 931731926,
            "stop": 931731932
        },
        {
            "start": 931731952,
            "stop": 931731966
        },
        {
            "start": 931732020,
            "stop": 931732026
        },
        {
            "start": 931735513,
            "stop": 931735600
        }
    ]
}