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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=518",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=516",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 517,
    "results": [
        {
            "start": 826274883,
            "stop": 826275628
        },
        {
            "start": 826282042,
            "stop": 826316367
        },
        {
            "start": 826319127,
            "stop": 826319449
        },
        {
            "start": 826322469,
            "stop": 826326924
        },
        {
            "start": 826328355,
            "stop": 826339645
        },
        {
            "start": 826341045,
            "stop": 826341469
        },
        {
            "start": 826343325,
            "stop": 826347031
        },
        {
            "start": 826349274,
            "stop": 826355826
        },
        {
            "start": 826355831,
            "stop": 826355835
        },
        {
            "start": 826361789,
            "stop": 826362533
        },
        {
            "start": 826362534,
            "stop": 826368316
        },
        {
            "start": 826369307,
            "stop": 826380830
        },
        {
            "start": 826383233,
            "stop": 826387703
        },
        {
            "start": 826410143,
            "stop": 826413199
        },
        {
            "start": 826430474,
            "stop": 826439479
        },
        {
            "start": 826446442,
            "stop": 826468356
        },
        {
            "start": 826469979,
            "stop": 826478631
        },
        {
            "start": 826479519,
            "stop": 826489475
        },
        {
            "start": 826490594,
            "stop": 826491530
        },
        {
            "start": 826491540,
            "stop": 826497023
        }
    ]
}