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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=121",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=119",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 120,
    "results": [
        {
            "start": 931094500,
            "stop": 931094501
        },
        {
            "start": 931094502,
            "stop": 931094504
        },
        {
            "start": 931094506,
            "stop": 931094518
        },
        {
            "start": 931094521,
            "stop": 931094528
        },
        {
            "start": 931094529,
            "stop": 931094530
        },
        {
            "start": 931094531,
            "stop": 931094535
        },
        {
            "start": 931094544,
            "stop": 931094545
        },
        {
            "start": 931094546,
            "stop": 931094547
        },
        {
            "start": 931094548,
            "stop": 931094549
        },
        {
            "start": 931094550,
            "stop": 931094553
        },
        {
            "start": 931094557,
            "stop": 931094558
        },
        {
            "start": 931094559,
            "stop": 931094560
        },
        {
            "start": 931094562,
            "stop": 931094563
        },
        {
            "start": 931094564,
            "stop": 931094565
        },
        {
            "start": 931094566,
            "stop": 931094567
        },
        {
            "start": 931094569,
            "stop": 931094571
        },
        {
            "start": 931094573,
            "stop": 931094575
        },
        {
            "start": 931094576,
            "stop": 931094590
        },
        {
            "start": 931094593,
            "stop": 931094597
        },
        {
            "start": 931094601,
            "stop": 931094608
        }
    ]
}