Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=314
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=315",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=313",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 314,
    "results": [
        {
            "start": 870030576,
            "stop": 870031052
        },
        {
            "start": 870034948,
            "stop": 870038662
        },
        {
            "start": 870040119,
            "stop": 870058100
        },
        {
            "start": 870059576,
            "stop": 870060535
        },
        {
            "start": 870064842,
            "stop": 870067966
        },
        {
            "start": 870069182,
            "stop": 870071441
        },
        {
            "start": 870072320,
            "stop": 870103390
        },
        {
            "start": 870106126,
            "stop": 870122269
        },
        {
            "start": 870123750,
            "stop": 870137366
        },
        {
            "start": 870137370,
            "stop": 870137504
        },
        {
            "start": 870137507,
            "stop": 870138298
        },
        {
            "start": 870138301,
            "stop": 870138310
        },
        {
            "start": 870138313,
            "stop": 870210752
        },
        {
            "start": 870212486,
            "stop": 870214700
        },
        {
            "start": 870216573,
            "stop": 870261843
        },
        {
            "start": 870261846,
            "stop": 870261876
        },
        {
            "start": 870263407,
            "stop": 870273244
        },
        {
            "start": 870274295,
            "stop": 870289978
        },
        {
            "start": 870290752,
            "stop": 870292466
        },
        {
            "start": 870306753,
            "stop": 870342094
        }
    ]
}