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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=4016",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=4014",
    "results_count": 81107,
    "results_per_page": 20,
    "num_pages": 4056,
    "page_number": 4015,
    "results": [
        {
            "start": 874958027,
            "stop": 874958029
        },
        {
            "start": 874958030,
            "stop": 874958031
        },
        {
            "start": 874958032,
            "stop": 874958033
        },
        {
            "start": 874958034,
            "stop": 874958035
        },
        {
            "start": 874958037,
            "stop": 874958039
        },
        {
            "start": 874958041,
            "stop": 874958042
        },
        {
            "start": 874958043,
            "stop": 874958045
        },
        {
            "start": 874958046,
            "stop": 874958048
        },
        {
            "start": 874958051,
            "stop": 874958053
        },
        {
            "start": 874958056,
            "stop": 874958059
        },
        {
            "start": 874958060,
            "stop": 874958062
        },
        {
            "start": 874958063,
            "stop": 874958064
        },
        {
            "start": 874958067,
            "stop": 874958074
        },
        {
            "start": 874958077,
            "stop": 874958079
        },
        {
            "start": 874958080,
            "stop": 874958084
        },
        {
            "start": 874958085,
            "stop": 874958089
        },
        {
            "start": 874958091,
            "stop": 874958092
        },
        {
            "start": 874958094,
            "stop": 874958096
        },
        {
            "start": 874958097,
            "stop": 874958098
        },
        {
            "start": 874958099,
            "stop": 874958100
        }
    ]
}