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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=249",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=247",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 248,
    "results": [
        {
            "start": 931506881,
            "stop": 931506882
        },
        {
            "start": 931506888,
            "stop": 931506893
        },
        {
            "start": 931506896,
            "stop": 931506910
        },
        {
            "start": 931506913,
            "stop": 931506936
        },
        {
            "start": 931506939,
            "stop": 931506943
        },
        {
            "start": 931506945,
            "stop": 931506951
        },
        {
            "start": 931506953,
            "stop": 931506955
        },
        {
            "start": 931506957,
            "stop": 931506958
        },
        {
            "start": 931506960,
            "stop": 931506961
        },
        {
            "start": 931506979,
            "stop": 931506980
        },
        {
            "start": 931506983,
            "stop": 931506989
        },
        {
            "start": 931506992,
            "stop": 931506997
        },
        {
            "start": 931507007,
            "stop": 931507013
        },
        {
            "start": 931507023,
            "stop": 931507026
        },
        {
            "start": 931507034,
            "stop": 931507042
        },
        {
            "start": 931507044,
            "stop": 931507058
        },
        {
            "start": 931507061,
            "stop": 931507064
        },
        {
            "start": 931507069,
            "stop": 931507077
        },
        {
            "start": 931507081,
            "stop": 931507095
        },
        {
            "start": 931507098,
            "stop": 931507112
        }
    ]
}