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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3654",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3652",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3653,
    "results": [
        {
            "start": 872638080,
            "stop": 872638140
        },
        {
            "start": 872638200,
            "stop": 872638425
        },
        {
            "start": 872638442,
            "stop": 872638560
        },
        {
            "start": 872638680,
            "stop": 872638904
        },
        {
            "start": 872639085,
            "stop": 872639280
        },
        {
            "start": 872639340,
            "stop": 872639460
        },
        {
            "start": 872639520,
            "stop": 872639650
        },
        {
            "start": 872639667,
            "stop": 872639700
        },
        {
            "start": 872639880,
            "stop": 872639940
        },
        {
            "start": 872640030,
            "stop": 872640120
        },
        {
            "start": 872640240,
            "stop": 872640540
        },
        {
            "start": 872640660,
            "stop": 872640995
        },
        {
            "start": 872641012,
            "stop": 872641169
        },
        {
            "start": 872641174,
            "stop": 872641320
        },
        {
            "start": 872641380,
            "stop": 872642024
        },
        {
            "start": 872642205,
            "stop": 872642460
        },
        {
            "start": 872642745,
            "stop": 872642947
        },
        {
            "start": 872642950,
            "stop": 872643060
        },
        {
            "start": 872643120,
            "stop": 872643480
        },
        {
            "start": 872643540,
            "stop": 872643562
        }
    ]
}