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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=185",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=183",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 184,
    "results": [
        {
            "start": 1239889345,
            "stop": 1239889439
        },
        {
            "start": 1239889441,
            "stop": 1239889517
        },
        {
            "start": 1239889518,
            "stop": 1239889713
        },
        {
            "start": 1239889714,
            "stop": 1239889836
        },
        {
            "start": 1239889839,
            "stop": 1239890163
        },
        {
            "start": 1239890165,
            "stop": 1239890177
        },
        {
            "start": 1239890180,
            "stop": 1239890183
        },
        {
            "start": 1239890184,
            "stop": 1239890199
        },
        {
            "start": 1239890201,
            "stop": 1239890206
        },
        {
            "start": 1239890207,
            "stop": 1239890217
        },
        {
            "start": 1239890218,
            "stop": 1239890224
        },
        {
            "start": 1239890225,
            "stop": 1239890226
        },
        {
            "start": 1239890227,
            "stop": 1239890239
        },
        {
            "start": 1239890240,
            "stop": 1239890277
        },
        {
            "start": 1239890278,
            "stop": 1239890281
        },
        {
            "start": 1239890282,
            "stop": 1239890283
        },
        {
            "start": 1239890286,
            "stop": 1239890295
        },
        {
            "start": 1239890296,
            "stop": 1239890298
        },
        {
            "start": 1239890299,
            "stop": 1239890304
        },
        {
            "start": 1239890305,
            "stop": 1239890306
        }
    ]
}