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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16627",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16625",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16626,
    "results": [
        {
            "start": 874802980,
            "stop": 874803036
        },
        {
            "start": 874803037,
            "stop": 874803055
        },
        {
            "start": 874803058,
            "stop": 874803133
        },
        {
            "start": 874803136,
            "stop": 874803139
        },
        {
            "start": 874803143,
            "stop": 874803168
        },
        {
            "start": 874803172,
            "stop": 874803242
        },
        {
            "start": 874803245,
            "stop": 874803263
        },
        {
            "start": 874803266,
            "stop": 874803277
        },
        {
            "start": 874803281,
            "stop": 874803285
        },
        {
            "start": 874803288,
            "stop": 874803324
        },
        {
            "start": 874803327,
            "stop": 874803336
        },
        {
            "start": 874803340,
            "stop": 874803351
        },
        {
            "start": 874803354,
            "stop": 874803361
        },
        {
            "start": 874803362,
            "stop": 874803392
        },
        {
            "start": 874803393,
            "stop": 874803395
        },
        {
            "start": 874803396,
            "stop": 874803494
        },
        {
            "start": 874803497,
            "stop": 874803516
        },
        {
            "start": 874803517,
            "stop": 874803746
        },
        {
            "start": 874803747,
            "stop": 874803785
        },
        {
            "start": 874803788,
            "stop": 874803812
        }
    ]
}