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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=2947",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=2945",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 2946,
    "results": [
        {
            "start": 859600020,
            "stop": 859607188
        },
        {
            "start": 859608490,
            "stop": 859608513
        },
        {
            "start": 859608517,
            "stop": 859608588
        },
        {
            "start": 859608591,
            "stop": 859608707
        },
        {
            "start": 859608710,
            "stop": 859638528
        },
        {
            "start": 859638532,
            "stop": 859639800
        },
        {
            "start": 859640340,
            "stop": 859644698
        },
        {
            "start": 859644702,
            "stop": 859644754
        },
        {
            "start": 859644758,
            "stop": 859646400
        },
        {
            "start": 859646460,
            "stop": 859646580
        },
        {
            "start": 859646640,
            "stop": 859647060
        },
        {
            "start": 859647120,
            "stop": 859647622
        },
        {
            "start": 859662073,
            "stop": 859662351
        },
        {
            "start": 859662939,
            "stop": 859664105
        },
        {
            "start": 859664106,
            "stop": 859664355
        },
        {
            "start": 859664358,
            "stop": 859664864
        },
        {
            "start": 859665165,
            "stop": 859665932
        },
        {
            "start": 859665938,
            "stop": 859666020
        },
        {
            "start": 859666080,
            "stop": 859666320
        },
        {
            "start": 859666380,
            "stop": 859668660
        }
    ]
}