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=165
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=166",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=164",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 165,
    "results": [
        {
            "start": 819845809,
            "stop": 819846298
        },
        {
            "start": 819846302,
            "stop": 819846331
        },
        {
            "start": 819846334,
            "stop": 819846711
        },
        {
            "start": 819846714,
            "stop": 819846744
        },
        {
            "start": 819846747,
            "stop": 819847132
        },
        {
            "start": 819847135,
            "stop": 819847149
        },
        {
            "start": 819847152,
            "stop": 819847881
        },
        {
            "start": 819847885,
            "stop": 819848171
        },
        {
            "start": 819848174,
            "stop": 819848442
        },
        {
            "start": 819848446,
            "stop": 819848915
        },
        {
            "start": 819848918,
            "stop": 819849347
        },
        {
            "start": 819849350,
            "stop": 819849403
        },
        {
            "start": 819849406,
            "stop": 819849428
        },
        {
            "start": 819849431,
            "stop": 819849458
        },
        {
            "start": 819850003,
            "stop": 819850322
        },
        {
            "start": 819850325,
            "stop": 819850991
        },
        {
            "start": 819851008,
            "stop": 819851678
        },
        {
            "start": 819851682,
            "stop": 819851933
        },
        {
            "start": 819851937,
            "stop": 819852057
        },
        {
            "start": 819852060,
            "stop": 819852368
        }
    ]
}