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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=3965",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=3963",
    "results_count": 81107,
    "results_per_page": 20,
    "num_pages": 4056,
    "page_number": 3964,
    "results": [
        {
            "start": 874518603,
            "stop": 874518609
        },
        {
            "start": 874518610,
            "stop": 874518611
        },
        {
            "start": 874518612,
            "stop": 874518614
        },
        {
            "start": 874518615,
            "stop": 874518620
        },
        {
            "start": 874518621,
            "stop": 874518626
        },
        {
            "start": 874518630,
            "stop": 874518633
        },
        {
            "start": 874518634,
            "stop": 874518636
        },
        {
            "start": 874518638,
            "stop": 874518641
        },
        {
            "start": 874518643,
            "stop": 874518645
        },
        {
            "start": 874518646,
            "stop": 874518647
        },
        {
            "start": 874518648,
            "stop": 874518651
        },
        {
            "start": 874518652,
            "stop": 874518653
        },
        {
            "start": 874518655,
            "stop": 874518656
        },
        {
            "start": 874518659,
            "stop": 874518661
        },
        {
            "start": 874518664,
            "stop": 874518669
        },
        {
            "start": 874518671,
            "stop": 874518674
        },
        {
            "start": 874518675,
            "stop": 874518682
        },
        {
            "start": 874518684,
            "stop": 874518687
        },
        {
            "start": 874518688,
            "stop": 874518690
        },
        {
            "start": 874518691,
            "stop": 874518696
        }
    ]
}