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=16693
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=16694",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16692",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16693,
    "results": [
        {
            "start": 874932371,
            "stop": 874932914
        },
        {
            "start": 874932916,
            "stop": 874933111
        },
        {
            "start": 874933113,
            "stop": 874933232
        },
        {
            "start": 874940592,
            "stop": 874940593
        },
        {
            "start": 874940598,
            "stop": 874940599
        },
        {
            "start": 874940605,
            "stop": 874940606
        },
        {
            "start": 874940611,
            "stop": 874940613
        },
        {
            "start": 874940615,
            "stop": 874940618
        },
        {
            "start": 874940620,
            "stop": 874940622
        },
        {
            "start": 874940629,
            "stop": 874940630
        },
        {
            "start": 874940635,
            "stop": 874940636
        },
        {
            "start": 874940638,
            "stop": 874940641
        },
        {
            "start": 874940644,
            "stop": 874940645
        },
        {
            "start": 874940646,
            "stop": 874940651
        },
        {
            "start": 874940652,
            "stop": 874940653
        },
        {
            "start": 874940654,
            "stop": 874940655
        },
        {
            "start": 874940657,
            "stop": 874940660
        },
        {
            "start": 874940665,
            "stop": 874940666
        },
        {
            "start": 874940668,
            "stop": 874940672
        },
        {
            "start": 874940673,
            "stop": 874940676
        }
    ]
}