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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=166",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=164",
    "results_count": 81107,
    "results_per_page": 20,
    "num_pages": 4056,
    "page_number": 165,
    "results": [
        {
            "start": 818081313,
            "stop": 818081315
        },
        {
            "start": 818081327,
            "stop": 818081328
        },
        {
            "start": 818081343,
            "stop": 818081345
        },
        {
            "start": 818081356,
            "stop": 818081361
        },
        {
            "start": 818081368,
            "stop": 818081369
        },
        {
            "start": 818081375,
            "stop": 818081376
        },
        {
            "start": 818081382,
            "stop": 818081383
        },
        {
            "start": 818081402,
            "stop": 818081403
        },
        {
            "start": 818081413,
            "stop": 818081416
        },
        {
            "start": 818081429,
            "stop": 818081430
        },
        {
            "start": 818081435,
            "stop": 818081437
        },
        {
            "start": 818081473,
            "stop": 818081477
        },
        {
            "start": 818081483,
            "stop": 818081486
        },
        {
            "start": 818081506,
            "stop": 818081508
        },
        {
            "start": 818081512,
            "stop": 818081514
        },
        {
            "start": 818081522,
            "stop": 818081525
        },
        {
            "start": 818081538,
            "stop": 818081541
        },
        {
            "start": 818081572,
            "stop": 818081573
        },
        {
            "start": 818081581,
            "stop": 818081583
        },
        {
            "start": 818081586,
            "stop": 818081591
        }
    ]
}