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=519
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=520",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=518",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 519,
    "results": [
        {
            "start": 868020847,
            "stop": 868023244
        },
        {
            "start": 868023528,
            "stop": 868034664
        },
        {
            "start": 868035843,
            "stop": 868048412
        },
        {
            "start": 868049206,
            "stop": 868055522
        },
        {
            "start": 868058356,
            "stop": 868058370
        },
        {
            "start": 868058373,
            "stop": 868058378
        },
        {
            "start": 868058390,
            "stop": 868058391
        },
        {
            "start": 868058396,
            "stop": 868058402
        },
        {
            "start": 868058408,
            "stop": 868058410
        },
        {
            "start": 868058411,
            "stop": 868058412
        },
        {
            "start": 868058413,
            "stop": 868058415
        },
        {
            "start": 868058417,
            "stop": 868083806
        },
        {
            "start": 868084335,
            "stop": 868084798
        },
        {
            "start": 868085132,
            "stop": 868104242
        },
        {
            "start": 868108481,
            "stop": 868114456
        },
        {
            "start": 868133462,
            "stop": 868134195
        },
        {
            "start": 868136326,
            "stop": 868142858
        },
        {
            "start": 868143107,
            "stop": 868143547
        },
        {
            "start": 868143623,
            "stop": 868144669
        },
        {
            "start": 868144781,
            "stop": 868157931
        }
    ]
}