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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46840",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46838",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46839,
    "results": [
        {
            "start": 875135939,
            "stop": 875135940
        },
        {
            "start": 875135943,
            "stop": 875135979
        },
        {
            "start": 875135983,
            "stop": 875136029
        },
        {
            "start": 875136030,
            "stop": 875136036
        },
        {
            "start": 875136039,
            "stop": 875136040
        },
        {
            "start": 875136043,
            "stop": 875136045
        },
        {
            "start": 875136048,
            "stop": 875136052
        },
        {
            "start": 875136053,
            "stop": 875136094
        },
        {
            "start": 875136097,
            "stop": 875136099
        },
        {
            "start": 875136105,
            "stop": 875136112
        },
        {
            "start": 875136115,
            "stop": 875136126
        },
        {
            "start": 875136129,
            "stop": 875136133
        },
        {
            "start": 875136134,
            "stop": 875136181
        },
        {
            "start": 875136182,
            "stop": 875136259
        },
        {
            "start": 875136261,
            "stop": 875136294
        },
        {
            "start": 875136295,
            "stop": 875136349
        },
        {
            "start": 875136352,
            "stop": 875136375
        },
        {
            "start": 875136379,
            "stop": 875136389
        },
        {
            "start": 875136390,
            "stop": 875136402
        },
        {
            "start": 875136403,
            "stop": 875136406
        }
    ]
}