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_STOCH_CAT1/segments?format=api&page=197
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=198",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=196",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 197,
    "results": [
        {
            "start": 847890200,
            "stop": 847900072
        },
        {
            "start": 847901978,
            "stop": 847915333
        },
        {
            "start": 847916130,
            "stop": 847922223
        },
        {
            "start": 847922827,
            "stop": 847945256
        },
        {
            "start": 847952376,
            "stop": 847952415
        },
        {
            "start": 847952938,
            "stop": 847955138
        },
        {
            "start": 847957965,
            "stop": 847958163
        },
        {
            "start": 847958166,
            "stop": 847998406
        },
        {
            "start": 848001235,
            "stop": 848004613
        },
        {
            "start": 848005122,
            "stop": 848007116
        },
        {
            "start": 848007117,
            "stop": 848010390
        },
        {
            "start": 848010391,
            "stop": 848014671
        },
        {
            "start": 848015191,
            "stop": 848030774
        },
        {
            "start": 848030777,
            "stop": 848031224
        },
        {
            "start": 848037920,
            "stop": 848069410
        },
        {
            "start": 848072037,
            "stop": 848086213
        },
        {
            "start": 848087164,
            "stop": 848095190
        },
        {
            "start": 848096106,
            "stop": 848099893
        },
        {
            "start": 848102931,
            "stop": 848116299
        },
        {
            "start": 848117703,
            "stop": 848155986
        }
    ]
}