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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=11",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=9",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 10,
    "results": [
        {
            "start": 931160430,
            "stop": 931160432
        },
        {
            "start": 931160435,
            "stop": 931160436
        },
        {
            "start": 931160439,
            "stop": 931160445
        },
        {
            "start": 931160448,
            "stop": 931160452
        },
        {
            "start": 931160456,
            "stop": 931160459
        },
        {
            "start": 931160464,
            "stop": 931160470
        },
        {
            "start": 931160480,
            "stop": 931160483
        },
        {
            "start": 931160486,
            "stop": 931160489
        },
        {
            "start": 931160493,
            "stop": 931160494
        },
        {
            "start": 931160496,
            "stop": 931160497
        },
        {
            "start": 931160502,
            "stop": 931160508
        },
        {
            "start": 931160511,
            "stop": 931160512
        },
        {
            "start": 931160525,
            "stop": 931160537
        },
        {
            "start": 931160543,
            "stop": 931160544
        },
        {
            "start": 931160560,
            "stop": 931160563
        },
        {
            "start": 931160567,
            "stop": 931160571
        },
        {
            "start": 931160573,
            "stop": 931160575
        },
        {
            "start": 931160578,
            "stop": 931160579
        },
        {
            "start": 931160593,
            "stop": 931160595
        },
        {
            "start": 931160601,
            "stop": 931160603
        }
    ]
}