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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_DATA/segments?format=api&page=33",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_DATA/segments?format=api&page=31",
    "results_count": 3230,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 32,
    "results": [
        {
            "start": 826237852,
            "stop": 826260151
        },
        {
            "start": 826262669,
            "stop": 826265007
        },
        {
            "start": 826274883,
            "stop": 826275629
        },
        {
            "start": 826282042,
            "stop": 826316368
        },
        {
            "start": 826319127,
            "stop": 826319450
        },
        {
            "start": 826322469,
            "stop": 826326927
        },
        {
            "start": 826328355,
            "stop": 826339645
        },
        {
            "start": 826341045,
            "stop": 826341471
        },
        {
            "start": 826343325,
            "stop": 826347032
        },
        {
            "start": 826349274,
            "stop": 826355836
        },
        {
            "start": 826361789,
            "stop": 826368317
        },
        {
            "start": 826369307,
            "stop": 826380833
        },
        {
            "start": 826383233,
            "stop": 826387704
        },
        {
            "start": 826410143,
            "stop": 826413199
        },
        {
            "start": 826430474,
            "stop": 826439479
        },
        {
            "start": 826446442,
            "stop": 826468357
        },
        {
            "start": 826469979,
            "stop": 826478631
        },
        {
            "start": 826479519,
            "stop": 826489477
        },
        {
            "start": 826490594,
            "stop": 826497025
        },
        {
            "start": 826498709,
            "stop": 826507301
        }
    ]
}