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=16681
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=16682",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16680",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16681,
    "results": [
        {
            "start": 874910924,
            "stop": 874910928
        },
        {
            "start": 874910929,
            "stop": 874910931
        },
        {
            "start": 874910934,
            "stop": 874910937
        },
        {
            "start": 874910939,
            "stop": 874910966
        },
        {
            "start": 874910967,
            "stop": 874910971
        },
        {
            "start": 874910973,
            "stop": 874910983
        },
        {
            "start": 874910985,
            "stop": 874911063
        },
        {
            "start": 874911066,
            "stop": 874911071
        },
        {
            "start": 874911075,
            "stop": 874911081
        },
        {
            "start": 874911082,
            "stop": 874911083
        },
        {
            "start": 874911086,
            "stop": 874911089
        },
        {
            "start": 874911092,
            "stop": 874911096
        },
        {
            "start": 874911097,
            "stop": 874911124
        },
        {
            "start": 874911125,
            "stop": 874911126
        },
        {
            "start": 874911129,
            "stop": 874911139
        },
        {
            "start": 874911142,
            "stop": 874911226
        },
        {
            "start": 874911227,
            "stop": 874911235
        },
        {
            "start": 874911236,
            "stop": 874911278
        },
        {
            "start": 874911280,
            "stop": 874911348
        },
        {
            "start": 874911350,
            "stop": 874911414
        }
    ]
}