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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16599",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16597",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16598,
    "results": [
        {
            "start": 874724559,
            "stop": 874724680
        },
        {
            "start": 874724682,
            "stop": 874724917
        },
        {
            "start": 874724918,
            "stop": 874724991
        },
        {
            "start": 874724992,
            "stop": 874725146
        },
        {
            "start": 874725147,
            "stop": 874725171
        },
        {
            "start": 874725172,
            "stop": 874725182
        },
        {
            "start": 874725183,
            "stop": 874725193
        },
        {
            "start": 874725196,
            "stop": 874725264
        },
        {
            "start": 874725265,
            "stop": 874725275
        },
        {
            "start": 874725277,
            "stop": 874725285
        },
        {
            "start": 874725287,
            "stop": 874725298
        },
        {
            "start": 874725300,
            "stop": 874725354
        },
        {
            "start": 874725355,
            "stop": 874725362
        },
        {
            "start": 874725363,
            "stop": 874725371
        },
        {
            "start": 874725374,
            "stop": 874725403
        },
        {
            "start": 874725404,
            "stop": 874725419
        },
        {
            "start": 874725420,
            "stop": 874725470
        },
        {
            "start": 874725471,
            "stop": 874725509
        },
        {
            "start": 874725510,
            "stop": 874725512
        },
        {
            "start": 874725513,
            "stop": 874725516
        }
    ]
}