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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT1/segments?format=api&page=2",
    "previous": null,
    "results_count": 828,
    "results_per_page": 20,
    "num_pages": 42,
    "page_number": 1,
    "results": [
        {
            "start": 1164559440,
            "stop": 1164559654
        },
        {
            "start": 1164560599,
            "stop": 1164561392
        },
        {
            "start": 1164562093,
            "stop": 1164569775
        },
        {
            "start": 1164569814,
            "stop": 1164574892
        },
        {
            "start": 1164596667,
            "stop": 1164603464
        },
        {
            "start": 1164603474,
            "stop": 1164603521
        },
        {
            "start": 1164664648,
            "stop": 1164665292
        },
        {
            "start": 1164667198,
            "stop": 1164669773
        },
        {
            "start": 1164672969,
            "stop": 1164673502
        },
        {
            "start": 1164673578,
            "stop": 1164674319
        },
        {
            "start": 1164674812,
            "stop": 1164700282
        },
        {
            "start": 1164700373,
            "stop": 1164745005
        },
        {
            "start": 1164745711,
            "stop": 1164747075
        },
        {
            "start": 1164750309,
            "stop": 1164756094
        },
        {
            "start": 1164756280,
            "stop": 1164756395
        },
        {
            "start": 1164756462,
            "stop": 1164756768
        },
        {
            "start": 1164757097,
            "stop": 1164758199
        },
        {
            "start": 1164769704,
            "stop": 1164770015
        },
        {
            "start": 1164770147,
            "stop": 1164793991
        },
        {
            "start": 1164811999,
            "stop": 1164853576
        }
    ]
}