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=6922
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=6923",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=6921",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 6922,
    "results": [
        {
            "start": 873669676,
            "stop": 873669840
        },
        {
            "start": 873670981,
            "stop": 873671024
        },
        {
            "start": 873671224,
            "stop": 873671253
        },
        {
            "start": 873671254,
            "stop": 873671311
        },
        {
            "start": 873671313,
            "stop": 873671353
        },
        {
            "start": 873671354,
            "stop": 873671400
        },
        {
            "start": 873671402,
            "stop": 873671460
        },
        {
            "start": 873671461,
            "stop": 873671503
        },
        {
            "start": 873671505,
            "stop": 873671645
        },
        {
            "start": 873671646,
            "stop": 873671660
        },
        {
            "start": 873671820,
            "stop": 873672079
        },
        {
            "start": 873672082,
            "stop": 873672089
        },
        {
            "start": 873672293,
            "stop": 873672309
        },
        {
            "start": 873672310,
            "stop": 873672329
        },
        {
            "start": 873672378,
            "stop": 873672600
        },
        {
            "start": 873672660,
            "stop": 873672721
        },
        {
            "start": 873672723,
            "stop": 873672780
        },
        {
            "start": 873672840,
            "stop": 873673140
        },
        {
            "start": 873673141,
            "stop": 873673280
        },
        {
            "start": 873673282,
            "stop": 873673356
        }
    ]
}