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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=217",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=215",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 216,
    "results": [
        {
            "start": 931500585,
            "stop": 931500587
        },
        {
            "start": 931500592,
            "stop": 931500594
        },
        {
            "start": 931500600,
            "stop": 931500624
        },
        {
            "start": 931500631,
            "stop": 931500639
        },
        {
            "start": 931500642,
            "stop": 931500652
        },
        {
            "start": 931500656,
            "stop": 931500663
        },
        {
            "start": 931500667,
            "stop": 931500672
        },
        {
            "start": 931500675,
            "stop": 931500688
        },
        {
            "start": 931500694,
            "stop": 931500696
        },
        {
            "start": 931500702,
            "stop": 931500707
        },
        {
            "start": 931500710,
            "stop": 931500712
        },
        {
            "start": 931500715,
            "stop": 931500716
        },
        {
            "start": 931500719,
            "stop": 931500738
        },
        {
            "start": 931500741,
            "stop": 931500744
        },
        {
            "start": 931500747,
            "stop": 931500749
        },
        {
            "start": 931500752,
            "stop": 931500780
        },
        {
            "start": 931500785,
            "stop": 931500795
        },
        {
            "start": 931500801,
            "stop": 931500812
        },
        {
            "start": 931500818,
            "stop": 931500831
        },
        {
            "start": 931500836,
            "stop": 931500842
        }
    ]
}