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=1756
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=1757",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1755",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1756,
    "results": [
        {
            "start": 958732260,
            "stop": 958732349
        },
        {
            "start": 958732351,
            "stop": 958732352
        },
        {
            "start": 958732358,
            "stop": 958732382
        },
        {
            "start": 958732385,
            "stop": 958732403
        },
        {
            "start": 958732405,
            "stop": 958732439
        },
        {
            "start": 958732441,
            "stop": 958732451
        },
        {
            "start": 958732453,
            "stop": 958732454
        },
        {
            "start": 958732456,
            "stop": 958732457
        },
        {
            "start": 958732473,
            "stop": 958732480
        },
        {
            "start": 958732482,
            "stop": 958732522
        },
        {
            "start": 958732527,
            "stop": 958732530
        },
        {
            "start": 958732531,
            "stop": 958732564
        },
        {
            "start": 958733081,
            "stop": 958733084
        },
        {
            "start": 958733086,
            "stop": 958733186
        },
        {
            "start": 958733188,
            "stop": 958733189
        },
        {
            "start": 958733192,
            "stop": 958733214
        },
        {
            "start": 958733216,
            "stop": 958733281
        },
        {
            "start": 958733285,
            "stop": 958733314
        },
        {
            "start": 958733316,
            "stop": 958733382
        },
        {
            "start": 958733388,
            "stop": 958733390
        }
    ]
}