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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=207",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=205",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 206,
    "results": [
        {
            "start": 839870360,
            "stop": 839870627
        },
        {
            "start": 839870927,
            "stop": 839871039
        },
        {
            "start": 839873264,
            "stop": 839873833
        },
        {
            "start": 839873857,
            "stop": 839873859
        },
        {
            "start": 839873925,
            "stop": 839875274
        },
        {
            "start": 839875276,
            "stop": 839875873
        },
        {
            "start": 839875907,
            "stop": 839875908
        },
        {
            "start": 839876041,
            "stop": 839881400
        },
        {
            "start": 839881484,
            "stop": 839882893
        },
        {
            "start": 839882906,
            "stop": 839882908
        },
        {
            "start": 839882969,
            "stop": 839883013
        },
        {
            "start": 839883049,
            "stop": 839883050
        },
        {
            "start": 839883209,
            "stop": 839883345
        },
        {
            "start": 839883561,
            "stop": 839883687
        },
        {
            "start": 839883690,
            "stop": 839883741
        },
        {
            "start": 839883858,
            "stop": 839885148
        },
        {
            "start": 839885654,
            "stop": 839893198
        },
        {
            "start": 839893826,
            "stop": 839908114
        },
        {
            "start": 839909896,
            "stop": 839912370
        },
        {
            "start": 839913596,
            "stop": 839920089
        }
    ]
}