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=147
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=148",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_DATA/segments?format=api&page=146",
    "results_count": 3230,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 147,
    "results": [
        {
            "start": 867854442,
            "stop": 867857155
        },
        {
            "start": 867859217,
            "stop": 867956630
        },
        {
            "start": 867958883,
            "stop": 868045685
        },
        {
            "start": 868047413,
            "stop": 868054777
        },
        {
            "start": 868058791,
            "stop": 868060776
        },
        {
            "start": 868061267,
            "stop": 868114704
        },
        {
            "start": 868139669,
            "stop": 868143062
        },
        {
            "start": 868143812,
            "stop": 868144467
        },
        {
            "start": 868146346,
            "stop": 868213005
        },
        {
            "start": 868215614,
            "stop": 868216379
        },
        {
            "start": 868229496,
            "stop": 868232601
        },
        {
            "start": 868233314,
            "stop": 868236182
        },
        {
            "start": 868237361,
            "stop": 868247659
        },
        {
            "start": 868248384,
            "stop": 868253673
        },
        {
            "start": 868255866,
            "stop": 868262634
        },
        {
            "start": 868264020,
            "stop": 868300760
        },
        {
            "start": 868303227,
            "stop": 868305168
        },
        {
            "start": 868306168,
            "stop": 868391911
        },
        {
            "start": 868392925,
            "stop": 868399310
        },
        {
            "start": 868402763,
            "stop": 868472284
        }
    ]
}