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=1727
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=1728",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1726",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1727,
    "results": [
        {
            "start": 958150805,
            "stop": 958150815
        },
        {
            "start": 958150817,
            "stop": 958150823
        },
        {
            "start": 958151485,
            "stop": 958166942
        },
        {
            "start": 958170732,
            "stop": 958171965
        },
        {
            "start": 958171982,
            "stop": 958176152
        },
        {
            "start": 958176154,
            "stop": 958182890
        },
        {
            "start": 958183773,
            "stop": 958186970
        },
        {
            "start": 958186972,
            "stop": 958189303
        },
        {
            "start": 958189305,
            "stop": 958190962
        },
        {
            "start": 958190964,
            "stop": 958191426
        },
        {
            "start": 958191428,
            "stop": 958194638
        },
        {
            "start": 958194640,
            "stop": 958194946
        },
        {
            "start": 958194949,
            "stop": 958195391
        },
        {
            "start": 958195393,
            "stop": 958201820
        },
        {
            "start": 958201822,
            "stop": 958201937
        },
        {
            "start": 958201939,
            "stop": 958202338
        },
        {
            "start": 958202340,
            "stop": 958203621
        },
        {
            "start": 958203623,
            "stop": 958204050
        },
        {
            "start": 958204052,
            "stop": 958204963
        },
        {
            "start": 958204965,
            "stop": 958205677
        }
    ]
}