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=16635
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=16636",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16634",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16635,
    "results": [
        {
            "start": 874819733,
            "stop": 874819751
        },
        {
            "start": 874819752,
            "stop": 874819811
        },
        {
            "start": 874819813,
            "stop": 874819827
        },
        {
            "start": 874819828,
            "stop": 874819853
        },
        {
            "start": 874819856,
            "stop": 874819923
        },
        {
            "start": 874819925,
            "stop": 874819970
        },
        {
            "start": 874819973,
            "stop": 874819979
        },
        {
            "start": 874819980,
            "stop": 874819987
        },
        {
            "start": 874819988,
            "stop": 874819993
        },
        {
            "start": 874819996,
            "stop": 874820012
        },
        {
            "start": 874820015,
            "stop": 874820021
        },
        {
            "start": 874820022,
            "stop": 874820037
        },
        {
            "start": 874820038,
            "stop": 874820052
        },
        {
            "start": 874820053,
            "stop": 874820055
        },
        {
            "start": 874820056,
            "stop": 874820066
        },
        {
            "start": 874820068,
            "stop": 874820142
        },
        {
            "start": 874820143,
            "stop": 874820147
        },
        {
            "start": 874820149,
            "stop": 874820156
        },
        {
            "start": 874820157,
            "stop": 874820158
        },
        {
            "start": 874820159,
            "stop": 874820166
        }
    ]
}