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=4832
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=4833",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4831",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4832,
    "results": [
        {
            "start": 874700490,
            "stop": 874700566
        },
        {
            "start": 874700588,
            "stop": 874700609
        },
        {
            "start": 874700695,
            "stop": 874700746
        },
        {
            "start": 874700804,
            "stop": 874700806
        },
        {
            "start": 874700825,
            "stop": 874700826
        },
        {
            "start": 874700845,
            "stop": 874700850
        },
        {
            "start": 874700870,
            "stop": 874700873
        },
        {
            "start": 874700908,
            "stop": 874700920
        },
        {
            "start": 874700939,
            "stop": 874701003
        },
        {
            "start": 874701022,
            "stop": 874701035
        },
        {
            "start": 874701188,
            "stop": 874701196
        },
        {
            "start": 874701216,
            "stop": 874701244
        },
        {
            "start": 874701350,
            "stop": 874701361
        },
        {
            "start": 874701383,
            "stop": 874701388
        },
        {
            "start": 874701407,
            "stop": 874701431
        },
        {
            "start": 874701469,
            "stop": 874701501
        },
        {
            "start": 874701559,
            "stop": 874701566
        },
        {
            "start": 874701586,
            "stop": 874701588
        },
        {
            "start": 874701608,
            "stop": 874701618
        },
        {
            "start": 874701651,
            "stop": 874701656
        }
    ]
}