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=41055
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=41056",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=41054",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 41055,
    "results": [
        {
            "start": 875200997,
            "stop": 875201007
        },
        {
            "start": 875201008,
            "stop": 875201020
        },
        {
            "start": 875201022,
            "stop": 875201030
        },
        {
            "start": 875201031,
            "stop": 875201048
        },
        {
            "start": 875201050,
            "stop": 875201053
        },
        {
            "start": 875201056,
            "stop": 875201082
        },
        {
            "start": 875201083,
            "stop": 875201088
        },
        {
            "start": 875201089,
            "stop": 875201092
        },
        {
            "start": 875201093,
            "stop": 875201105
        },
        {
            "start": 875201106,
            "stop": 875201109
        },
        {
            "start": 875201110,
            "stop": 875201111
        },
        {
            "start": 875201112,
            "stop": 875201113
        },
        {
            "start": 875201114,
            "stop": 875201120
        },
        {
            "start": 875201121,
            "stop": 875201129
        },
        {
            "start": 875201131,
            "stop": 875201132
        },
        {
            "start": 875201134,
            "stop": 875201136
        },
        {
            "start": 875201137,
            "stop": 875201139
        },
        {
            "start": 875201141,
            "stop": 875201143
        },
        {
            "start": 875201144,
            "stop": 875201146
        },
        {
            "start": 875201147,
            "stop": 875201149
        }
    ]
}