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_CW/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/S5/timelines/H2_CW/segments?format=api&page=11",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW/segments?format=api&page=9",
    "results_count": 230,
    "results_per_page": 20,
    "num_pages": 12,
    "page_number": 10,
    "results": [
        {
            "start": 862792320,
            "stop": 862792422
        },
        {
            "start": 862793521,
            "stop": 862794593
        },
        {
            "start": 862794720,
            "stop": 863283685
        },
        {
            "start": 864493243,
            "stop": 864768062
        },
        {
            "start": 864768120,
            "stop": 864768298
        },
        {
            "start": 864776069,
            "stop": 864776484
        },
        {
            "start": 864966120,
            "stop": 865104681
        },
        {
            "start": 865106520,
            "stop": 865108864
        },
        {
            "start": 865108904,
            "stop": 865620064
        },
        {
            "start": 865622756,
            "stop": 865706769
        },
        {
            "start": 866910287,
            "stop": 866914841
        },
        {
            "start": 866916118,
            "stop": 866919184
        },
        {
            "start": 866922104,
            "stop": 866923264
        },
        {
            "start": 866925044,
            "stop": 866966644
        },
        {
            "start": 866974304,
            "stop": 867027664
        },
        {
            "start": 867030224,
            "stop": 867034684
        },
        {
            "start": 867060704,
            "stop": 867450379
        },
        {
            "start": 867450719,
            "stop": 867451444
        },
        {
            "start": 867452518,
            "stop": 867525724
        },
        {
            "start": 867526318,
            "stop": 867549964
        }
    ]
}