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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=77",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=75",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 76,
    "results": [
        {
            "start": 1126535537,
            "stop": 1126535541
        },
        {
            "start": 1126535544,
            "stop": 1126535545
        },
        {
            "start": 1126535546,
            "stop": 1126535548
        },
        {
            "start": 1126535550,
            "stop": 1126535555
        },
        {
            "start": 1126535557,
            "stop": 1126535562
        },
        {
            "start": 1126535564,
            "stop": 1126535565
        },
        {
            "start": 1126535567,
            "stop": 1126535570
        },
        {
            "start": 1126535572,
            "stop": 1126535594
        },
        {
            "start": 1126535595,
            "stop": 1126535611
        },
        {
            "start": 1126535613,
            "stop": 1126535634
        },
        {
            "start": 1126535638,
            "stop": 1126535640
        },
        {
            "start": 1126535642,
            "stop": 1126535644
        },
        {
            "start": 1126535646,
            "stop": 1126535647
        },
        {
            "start": 1126535649,
            "stop": 1126535654
        },
        {
            "start": 1126535657,
            "stop": 1126535659
        },
        {
            "start": 1126535661,
            "stop": 1126535662
        },
        {
            "start": 1126535663,
            "stop": 1126535668
        },
        {
            "start": 1126535670,
            "stop": 1126535744
        },
        {
            "start": 1126535746,
            "stop": 1126535779
        },
        {
            "start": 1126535780,
            "stop": 1126535807
        }
    ]
}