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=16757
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=16758",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16756",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16757,
    "results": [
        {
            "start": 875098925,
            "stop": 875099169
        },
        {
            "start": 875099170,
            "stop": 875099286
        },
        {
            "start": 875099288,
            "stop": 875099324
        },
        {
            "start": 875099325,
            "stop": 875099352
        },
        {
            "start": 875099354,
            "stop": 875099366
        },
        {
            "start": 875099371,
            "stop": 875099377
        },
        {
            "start": 875099380,
            "stop": 875099412
        },
        {
            "start": 875099414,
            "stop": 875099444
        },
        {
            "start": 875099445,
            "stop": 875099493
        },
        {
            "start": 875099494,
            "stop": 875099552
        },
        {
            "start": 875099553,
            "stop": 875099569
        },
        {
            "start": 875099572,
            "stop": 875099702
        },
        {
            "start": 875099704,
            "stop": 875099753
        },
        {
            "start": 875099756,
            "stop": 875099761
        },
        {
            "start": 875099762,
            "stop": 875099768
        },
        {
            "start": 875099770,
            "stop": 875099774
        },
        {
            "start": 875099775,
            "stop": 875099827
        },
        {
            "start": 875099828,
            "stop": 875099833
        },
        {
            "start": 875099834,
            "stop": 875099835
        },
        {
            "start": 875099850,
            "stop": 875099856
        }
    ]
}