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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=428",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=426",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 427,
    "results": [
        {
            "start": 856080835,
            "stop": 856094688
        },
        {
            "start": 856097680,
            "stop": 856101870
        },
        {
            "start": 856102457,
            "stop": 856107785
        },
        {
            "start": 856108960,
            "stop": 856112066
        },
        {
            "start": 856114638,
            "stop": 856114666
        },
        {
            "start": 856115792,
            "stop": 856117478
        },
        {
            "start": 856118512,
            "stop": 856124654
        },
        {
            "start": 856124657,
            "stop": 856125397
        },
        {
            "start": 856133276,
            "stop": 856133764
        },
        {
            "start": 856133766,
            "stop": 856163578
        },
        {
            "start": 856165102,
            "stop": 856165434
        },
        {
            "start": 856166600,
            "stop": 856174060
        },
        {
            "start": 856174215,
            "stop": 856187703
        },
        {
            "start": 856188686,
            "stop": 856190157
        },
        {
            "start": 856190886,
            "stop": 856195743
        },
        {
            "start": 856197732,
            "stop": 856197737
        },
        {
            "start": 856197738,
            "stop": 856197749
        },
        {
            "start": 856197753,
            "stop": 856197765
        },
        {
            "start": 856197768,
            "stop": 856197774
        },
        {
            "start": 856197776,
            "stop": 856197841
        }
    ]
}