Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=564
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=565",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=563",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 564,
    "results": [
        {
            "start": 873889732,
            "stop": 873912327
        },
        {
            "start": 873939716,
            "stop": 873969237
        },
        {
            "start": 873970336,
            "stop": 873993150
        },
        {
            "start": 873994383,
            "stop": 874005485
        },
        {
            "start": 874005703,
            "stop": 874014507
        },
        {
            "start": 874014874,
            "stop": 874024058
        },
        {
            "start": 874029151,
            "stop": 874031597
        },
        {
            "start": 874032107,
            "stop": 874052262
        },
        {
            "start": 874054504,
            "stop": 874074965
        },
        {
            "start": 874075127,
            "stop": 874081418
        },
        {
            "start": 874082216,
            "stop": 874085142
        },
        {
            "start": 874085385,
            "stop": 874103722
        },
        {
            "start": 874106234,
            "stop": 874135834
        },
        {
            "start": 874137154,
            "stop": 874157099
        },
        {
            "start": 874158685,
            "stop": 874163257
        },
        {
            "start": 874184713,
            "stop": 874185408
        },
        {
            "start": 874187725,
            "stop": 874191006
        },
        {
            "start": 874191104,
            "stop": 874192876
        },
        {
            "start": 874192878,
            "stop": 874193342
        },
        {
            "start": 874193738,
            "stop": 874225435
        }
    ]
}