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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16657",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16655",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16656,
    "results": [
        {
            "start": 874835387,
            "stop": 874835393
        },
        {
            "start": 874835399,
            "stop": 874835412
        },
        {
            "start": 874835415,
            "stop": 874835508
        },
        {
            "start": 874835509,
            "stop": 874835542
        },
        {
            "start": 874835544,
            "stop": 874835556
        },
        {
            "start": 874835558,
            "stop": 874835604
        },
        {
            "start": 874835605,
            "stop": 874835608
        },
        {
            "start": 874835610,
            "stop": 874835622
        },
        {
            "start": 874835624,
            "stop": 874835659
        },
        {
            "start": 874835660,
            "stop": 874835661
        },
        {
            "start": 874835663,
            "stop": 874835734
        },
        {
            "start": 874835735,
            "stop": 874835753
        },
        {
            "start": 874835754,
            "stop": 874835871
        },
        {
            "start": 874835872,
            "stop": 874835939
        },
        {
            "start": 874835940,
            "stop": 874835943
        },
        {
            "start": 874835944,
            "stop": 874835954
        },
        {
            "start": 874835956,
            "stop": 874835986
        },
        {
            "start": 874835989,
            "stop": 874835994
        },
        {
            "start": 874835995,
            "stop": 874836169
        },
        {
            "start": 874836170,
            "stop": 874836216
        }
    ]
}