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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT3/segments?format=api&page=305",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT3/segments?format=api&page=303",
    "results_count": 9321,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 304,
    "results": [
        {
            "start": 1175431682,
            "stop": 1175432578
        },
        {
            "start": 1175432580,
            "stop": 1175433583
        },
        {
            "start": 1175433585,
            "stop": 1175434623
        },
        {
            "start": 1175434625,
            "stop": 1175435902
        },
        {
            "start": 1175435906,
            "stop": 1175436079
        },
        {
            "start": 1175436081,
            "stop": 1175437169
        },
        {
            "start": 1175437171,
            "stop": 1175437176
        },
        {
            "start": 1175440954,
            "stop": 1175441769
        },
        {
            "start": 1175441773,
            "stop": 1175442352
        },
        {
            "start": 1175442354,
            "stop": 1175443704
        },
        {
            "start": 1175443706,
            "stop": 1175445158
        },
        {
            "start": 1175445160,
            "stop": 1175446307
        },
        {
            "start": 1175446309,
            "stop": 1175448118
        },
        {
            "start": 1175448120,
            "stop": 1175450145
        },
        {
            "start": 1175450147,
            "stop": 1175452527
        },
        {
            "start": 1175452529,
            "stop": 1175454933
        },
        {
            "start": 1175454935,
            "stop": 1175457252
        },
        {
            "start": 1175457254,
            "stop": 1175460441
        },
        {
            "start": 1175460443,
            "stop": 1175463946
        },
        {
            "start": 1175463948,
            "stop": 1175466734
        }
    ]
}