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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=35",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=33",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 34,
    "results": [
        {
            "start": 1126362683,
            "stop": 1126362780
        },
        {
            "start": 1126362781,
            "stop": 1126362872
        },
        {
            "start": 1126362873,
            "stop": 1126362880
        },
        {
            "start": 1126362882,
            "stop": 1126362925
        },
        {
            "start": 1126362926,
            "stop": 1126363050
        },
        {
            "start": 1126363052,
            "stop": 1126363241
        },
        {
            "start": 1126363242,
            "stop": 1126363600
        },
        {
            "start": 1126363601,
            "stop": 1126363661
        },
        {
            "start": 1126363663,
            "stop": 1126363902
        },
        {
            "start": 1126363904,
            "stop": 1126364000
        },
        {
            "start": 1126364002,
            "stop": 1126364073
        },
        {
            "start": 1126364075,
            "stop": 1126364087
        },
        {
            "start": 1126394516,
            "stop": 1126394580
        },
        {
            "start": 1126394581,
            "stop": 1126394687
        },
        {
            "start": 1126394688,
            "stop": 1126394783
        },
        {
            "start": 1126394784,
            "stop": 1126394813
        },
        {
            "start": 1126394815,
            "stop": 1126394954
        },
        {
            "start": 1126394955,
            "stop": 1126395152
        },
        {
            "start": 1126395153,
            "stop": 1126395272
        },
        {
            "start": 1126395273,
            "stop": 1126395377
        }
    ]
}