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=45
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=46",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=44",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 45,
    "results": [
        {
            "start": 1126324459,
            "stop": 1126324589
        },
        {
            "start": 1126324590,
            "stop": 1126324595
        },
        {
            "start": 1126324596,
            "stop": 1126324621
        },
        {
            "start": 1126324625,
            "stop": 1126324641
        },
        {
            "start": 1126324643,
            "stop": 1126324758
        },
        {
            "start": 1126324759,
            "stop": 1126324905
        },
        {
            "start": 1126324907,
            "stop": 1126325106
        },
        {
            "start": 1126325108,
            "stop": 1126325318
        },
        {
            "start": 1126325319,
            "stop": 1126325433
        },
        {
            "start": 1126325435,
            "stop": 1126325516
        },
        {
            "start": 1126325517,
            "stop": 1126325658
        },
        {
            "start": 1126325659,
            "stop": 1126325660
        },
        {
            "start": 1126325661,
            "stop": 1126325663
        },
        {
            "start": 1126325664,
            "stop": 1126325670
        },
        {
            "start": 1126325671,
            "stop": 1126325687
        },
        {
            "start": 1126325689,
            "stop": 1126325692
        },
        {
            "start": 1126325693,
            "stop": 1126325710
        },
        {
            "start": 1126325711,
            "stop": 1126325713
        },
        {
            "start": 1126325714,
            "stop": 1126325767
        },
        {
            "start": 1126325768,
            "stop": 1126325771
        }
    ]
}