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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=340",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=338",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 339,
    "results": [
        {
            "start": 931782321,
            "stop": 931782325
        },
        {
            "start": 931782326,
            "stop": 931782328
        },
        {
            "start": 931782330,
            "stop": 931782361
        },
        {
            "start": 931782363,
            "stop": 931782366
        },
        {
            "start": 931782370,
            "stop": 931782462
        },
        {
            "start": 931782464,
            "stop": 931782480
        },
        {
            "start": 931782481,
            "stop": 931782492
        },
        {
            "start": 931782494,
            "stop": 931782497
        },
        {
            "start": 931782499,
            "stop": 931782503
        },
        {
            "start": 931782504,
            "stop": 931782526
        },
        {
            "start": 931782528,
            "stop": 931782529
        },
        {
            "start": 931782531,
            "stop": 931782540
        },
        {
            "start": 931782544,
            "stop": 931782554
        },
        {
            "start": 931782555,
            "stop": 931782565
        },
        {
            "start": 931782570,
            "stop": 931782574
        },
        {
            "start": 931782576,
            "stop": 931782600
        },
        {
            "start": 931782602,
            "stop": 931782605
        },
        {
            "start": 931782606,
            "stop": 931782610
        },
        {
            "start": 931782615,
            "stop": 931782622
        },
        {
            "start": 931782624,
            "stop": 931782628
        }
    ]
}