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=16798
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=16799",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16797",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16798,
    "results": [
        {
            "start": 875124102,
            "stop": 875124110
        },
        {
            "start": 875124111,
            "stop": 875124114
        },
        {
            "start": 875124115,
            "stop": 875124116
        },
        {
            "start": 875124118,
            "stop": 875124121
        },
        {
            "start": 875124122,
            "stop": 875124201
        },
        {
            "start": 875124203,
            "stop": 875124219
        },
        {
            "start": 875124221,
            "stop": 875124226
        },
        {
            "start": 875124227,
            "stop": 875124242
        },
        {
            "start": 875124246,
            "stop": 875124250
        },
        {
            "start": 875124253,
            "stop": 875124270
        },
        {
            "start": 875124273,
            "stop": 875124286
        },
        {
            "start": 875124287,
            "stop": 875124297
        },
        {
            "start": 875124298,
            "stop": 875124340
        },
        {
            "start": 875124341,
            "stop": 875124362
        },
        {
            "start": 875124364,
            "stop": 875124389
        },
        {
            "start": 875124390,
            "stop": 875124416
        },
        {
            "start": 875124417,
            "stop": 875124424
        },
        {
            "start": 875124427,
            "stop": 875124431
        },
        {
            "start": 875124432,
            "stop": 875124433
        },
        {
            "start": 875124436,
            "stop": 875124445
        }
    ]
}