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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1603",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1601",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1602,
    "results": [
        {
            "start": 953612570,
            "stop": 953612596
        },
        {
            "start": 953612598,
            "stop": 953613255
        },
        {
            "start": 953613257,
            "stop": 953613508
        },
        {
            "start": 953613510,
            "stop": 953613653
        },
        {
            "start": 953613655,
            "stop": 953613875
        },
        {
            "start": 953613877,
            "stop": 953614084
        },
        {
            "start": 953614085,
            "stop": 953614433
        },
        {
            "start": 953614435,
            "stop": 953614462
        },
        {
            "start": 953614464,
            "stop": 953615388
        },
        {
            "start": 953615389,
            "stop": 953615888
        },
        {
            "start": 953616541,
            "stop": 953616785
        },
        {
            "start": 953616925,
            "stop": 953616926
        },
        {
            "start": 953616941,
            "stop": 953616942
        },
        {
            "start": 953616944,
            "stop": 953616948
        },
        {
            "start": 953616949,
            "stop": 953616965
        },
        {
            "start": 953616967,
            "stop": 953617461
        },
        {
            "start": 953617463,
            "stop": 953617763
        },
        {
            "start": 953617765,
            "stop": 953617957
        },
        {
            "start": 953617958,
            "stop": 953618170
        },
        {
            "start": 953618172,
            "stop": 953618261
        }
    ]
}