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=46730
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=46731",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46729",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46730,
    "results": [
        {
            "start": 875066977,
            "stop": 875066997
        },
        {
            "start": 875066998,
            "stop": 875067022
        },
        {
            "start": 875067023,
            "stop": 875067024
        },
        {
            "start": 875067026,
            "stop": 875067054
        },
        {
            "start": 875067055,
            "stop": 875067064
        },
        {
            "start": 875067065,
            "stop": 875067068
        },
        {
            "start": 875067069,
            "stop": 875067075
        },
        {
            "start": 875067076,
            "stop": 875067082
        },
        {
            "start": 875067083,
            "stop": 875067084
        },
        {
            "start": 875067085,
            "stop": 875067104
        },
        {
            "start": 875067106,
            "stop": 875067124
        },
        {
            "start": 875067127,
            "stop": 875067146
        },
        {
            "start": 875067147,
            "stop": 875067167
        },
        {
            "start": 875067168,
            "stop": 875067182
        },
        {
            "start": 875067183,
            "stop": 875067234
        },
        {
            "start": 875067235,
            "stop": 875067252
        },
        {
            "start": 875067254,
            "stop": 875067264
        },
        {
            "start": 875067265,
            "stop": 875067274
        },
        {
            "start": 875067275,
            "stop": 875067288
        },
        {
            "start": 875067289,
            "stop": 875067302
        }
    ]
}