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=255
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=256",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=254",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 255,
    "results": [
        {
            "start": 931508598,
            "stop": 931508605
        },
        {
            "start": 931508609,
            "stop": 931508610
        },
        {
            "start": 931508615,
            "stop": 931508621
        },
        {
            "start": 931508630,
            "stop": 931508650
        },
        {
            "start": 931508655,
            "stop": 931508658
        },
        {
            "start": 931508661,
            "stop": 931508662
        },
        {
            "start": 931508665,
            "stop": 931508672
        },
        {
            "start": 931508675,
            "stop": 931508685
        },
        {
            "start": 931508688,
            "stop": 931508707
        },
        {
            "start": 931508710,
            "stop": 931508715
        },
        {
            "start": 931508718,
            "stop": 931508731
        },
        {
            "start": 931508733,
            "stop": 931508740
        },
        {
            "start": 931508743,
            "stop": 931508750
        },
        {
            "start": 931508753,
            "stop": 931508760
        },
        {
            "start": 931508763,
            "stop": 931508793
        },
        {
            "start": 931508796,
            "stop": 931508799
        },
        {
            "start": 931508805,
            "stop": 931508807
        },
        {
            "start": 931508810,
            "stop": 931508816
        },
        {
            "start": 931508819,
            "stop": 931508824
        },
        {
            "start": 931508827,
            "stop": 931508836
        }
    ]
}