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=261
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=262",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=260",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 261,
    "results": [
        {
            "start": 1126910681,
            "stop": 1126910688
        },
        {
            "start": 1126910689,
            "stop": 1126910702
        },
        {
            "start": 1126910703,
            "stop": 1126910708
        },
        {
            "start": 1126910709,
            "stop": 1126910759
        },
        {
            "start": 1126910760,
            "stop": 1126910792
        },
        {
            "start": 1126910795,
            "stop": 1126910801
        },
        {
            "start": 1126910803,
            "stop": 1126910804
        },
        {
            "start": 1126910806,
            "stop": 1126910810
        },
        {
            "start": 1126910812,
            "stop": 1126910849
        },
        {
            "start": 1126910851,
            "stop": 1126910856
        },
        {
            "start": 1126910857,
            "stop": 1126910861
        },
        {
            "start": 1126910867,
            "stop": 1126910876
        },
        {
            "start": 1126910879,
            "stop": 1126910882
        },
        {
            "start": 1126910883,
            "stop": 1126910884
        },
        {
            "start": 1126910888,
            "stop": 1126910889
        },
        {
            "start": 1126910890,
            "stop": 1126910892
        },
        {
            "start": 1126910894,
            "stop": 1126910896
        },
        {
            "start": 1126910900,
            "stop": 1126910901
        },
        {
            "start": 1126910902,
            "stop": 1126910926
        },
        {
            "start": 1126910930,
            "stop": 1126910932
        }
    ]
}