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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=94",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=92",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 93,
    "results": [
        {
            "start": 931507613,
            "stop": 931507618
        },
        {
            "start": 931507620,
            "stop": 931507644
        },
        {
            "start": 931507647,
            "stop": 931507656
        },
        {
            "start": 931507658,
            "stop": 931507661
        },
        {
            "start": 931507664,
            "stop": 931507666
        },
        {
            "start": 931507672,
            "stop": 931507703
        },
        {
            "start": 931507706,
            "stop": 931507709
        },
        {
            "start": 931507712,
            "stop": 931507718
        },
        {
            "start": 931507723,
            "stop": 931507741
        },
        {
            "start": 931507744,
            "stop": 931507755
        },
        {
            "start": 931507760,
            "stop": 931507775
        },
        {
            "start": 931507778,
            "stop": 931507790
        },
        {
            "start": 931507793,
            "stop": 931507807
        },
        {
            "start": 931507810,
            "stop": 931507812
        },
        {
            "start": 931507815,
            "stop": 931507829
        },
        {
            "start": 931507832,
            "stop": 931507851
        },
        {
            "start": 931507854,
            "stop": 931507859
        },
        {
            "start": 931507861,
            "stop": 931507901
        },
        {
            "start": 931507904,
            "stop": 931507908
        },
        {
            "start": 931507913,
            "stop": 931507914
        }
    ]
}