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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=477",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=475",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 476,
    "results": [
        {
            "start": 862667367,
            "stop": 862671304
        },
        {
            "start": 862694322,
            "stop": 862699739
        },
        {
            "start": 862700303,
            "stop": 862717665
        },
        {
            "start": 862717784,
            "stop": 862729614
        },
        {
            "start": 862730760,
            "stop": 862733212
        },
        {
            "start": 862735503,
            "stop": 862751068
        },
        {
            "start": 862752376,
            "stop": 862754454
        },
        {
            "start": 862755656,
            "stop": 862755752
        },
        {
            "start": 862756816,
            "stop": 862758198
        },
        {
            "start": 862759218,
            "stop": 862760021
        },
        {
            "start": 862761226,
            "stop": 862763134
        },
        {
            "start": 862763235,
            "stop": 862764831
        },
        {
            "start": 862766470,
            "stop": 862767483
        },
        {
            "start": 862767486,
            "stop": 862768880
        },
        {
            "start": 862769051,
            "stop": 862769331
        },
        {
            "start": 862769333,
            "stop": 862775066
        },
        {
            "start": 862775068,
            "stop": 862777581
        },
        {
            "start": 862808035,
            "stop": 862813102
        },
        {
            "start": 862814475,
            "stop": 862819335
        },
        {
            "start": 862819419,
            "stop": 862821430
        }
    ]
}