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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=7161",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=7159",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 7160,
    "results": [
        {
            "start": 875046459,
            "stop": 875046513
        },
        {
            "start": 875046516,
            "stop": 875046841
        },
        {
            "start": 875046844,
            "stop": 875046948
        },
        {
            "start": 875046951,
            "stop": 875046996
        },
        {
            "start": 875046999,
            "stop": 875047018
        },
        {
            "start": 875047022,
            "stop": 875047199
        },
        {
            "start": 875047202,
            "stop": 875047229
        },
        {
            "start": 875047232,
            "stop": 875047295
        },
        {
            "start": 875049043,
            "stop": 875049347
        },
        {
            "start": 875049352,
            "stop": 875049454
        },
        {
            "start": 875049457,
            "stop": 875049574
        },
        {
            "start": 875049578,
            "stop": 875050248
        },
        {
            "start": 875050251,
            "stop": 875050274
        },
        {
            "start": 875050277,
            "stop": 875050472
        },
        {
            "start": 875050475,
            "stop": 875050663
        },
        {
            "start": 875050666,
            "stop": 875050699
        },
        {
            "start": 875050702,
            "stop": 875051079
        },
        {
            "start": 875051082,
            "stop": 875051087
        },
        {
            "start": 875051090,
            "stop": 875052682
        },
        {
            "start": 875052856,
            "stop": 875053195
        }
    ]
}