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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5703",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5701",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5702,
    "results": [
        {
            "start": 874590125,
            "stop": 874590144
        },
        {
            "start": 874590148,
            "stop": 874590258
        },
        {
            "start": 874590261,
            "stop": 874590323
        },
        {
            "start": 874590326,
            "stop": 874590513
        },
        {
            "start": 874590516,
            "stop": 874590672
        },
        {
            "start": 874590675,
            "stop": 874590838
        },
        {
            "start": 874590841,
            "stop": 874590862
        },
        {
            "start": 874590865,
            "stop": 874590943
        },
        {
            "start": 874590946,
            "stop": 874591012
        },
        {
            "start": 874591015,
            "stop": 874591082
        },
        {
            "start": 874591086,
            "stop": 874591129
        },
        {
            "start": 874591132,
            "stop": 874591160
        },
        {
            "start": 874591164,
            "stop": 874591199
        },
        {
            "start": 874591202,
            "stop": 874591210
        },
        {
            "start": 874591213,
            "stop": 874591241
        },
        {
            "start": 874591244,
            "stop": 874591284
        },
        {
            "start": 874591287,
            "stop": 874591462
        },
        {
            "start": 874591465,
            "stop": 874591588
        },
        {
            "start": 874591591,
            "stop": 874591675
        },
        {
            "start": 874591678,
            "stop": 874591679
        }
    ]
}