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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40698",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40696",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40697,
    "results": [
        {
            "start": 874938216,
            "stop": 874938220
        },
        {
            "start": 874938221,
            "stop": 874938223
        },
        {
            "start": 874938224,
            "stop": 874938230
        },
        {
            "start": 874938232,
            "stop": 874938250
        },
        {
            "start": 874938253,
            "stop": 874938264
        },
        {
            "start": 874938266,
            "stop": 874938334
        },
        {
            "start": 874938335,
            "stop": 874938358
        },
        {
            "start": 874938360,
            "stop": 874938400
        },
        {
            "start": 874938402,
            "stop": 874938432
        },
        {
            "start": 874938433,
            "stop": 874938464
        },
        {
            "start": 874938466,
            "stop": 874938486
        },
        {
            "start": 874938488,
            "stop": 874938592
        },
        {
            "start": 874938593,
            "stop": 874938647
        },
        {
            "start": 874938648,
            "stop": 874938651
        },
        {
            "start": 874938652,
            "stop": 874938653
        },
        {
            "start": 874938654,
            "stop": 874938664
        },
        {
            "start": 874938666,
            "stop": 874938677
        },
        {
            "start": 874938679,
            "stop": 874938740
        },
        {
            "start": 874938741,
            "stop": 874938781
        },
        {
            "start": 874938782,
            "stop": 874938803
        }
    ]
}