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=16622
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=16623",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16621",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16622,
    "results": [
        {
            "start": 874797636,
            "stop": 874797643
        },
        {
            "start": 874797644,
            "stop": 874797690
        },
        {
            "start": 874797692,
            "stop": 874797799
        },
        {
            "start": 874797803,
            "stop": 874797862
        },
        {
            "start": 874797866,
            "stop": 874797876
        },
        {
            "start": 874797878,
            "stop": 874797925
        },
        {
            "start": 874797929,
            "stop": 874797937
        },
        {
            "start": 874797939,
            "stop": 874797965
        },
        {
            "start": 874797966,
            "stop": 874797986
        },
        {
            "start": 874797987,
            "stop": 874798009
        },
        {
            "start": 874798012,
            "stop": 874798031
        },
        {
            "start": 874798032,
            "stop": 874798078
        },
        {
            "start": 874798079,
            "stop": 874798253
        },
        {
            "start": 874798254,
            "stop": 874798284
        },
        {
            "start": 874798286,
            "stop": 874798315
        },
        {
            "start": 874798316,
            "stop": 874798334
        },
        {
            "start": 874798335,
            "stop": 874798429
        },
        {
            "start": 874798432,
            "stop": 874798458
        },
        {
            "start": 874798461,
            "stop": 874798467
        },
        {
            "start": 874798469,
            "stop": 874798492
        }
    ]
}