Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H1_DATA/segments?format=api&page=156
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_DATA/segments?format=api&page=157",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_DATA/segments?format=api&page=155",
    "results_count": 3818,
    "results_per_page": 20,
    "num_pages": 191,
    "page_number": 156,
    "results": [
        {
            "start": 860448012,
            "stop": 860448421
        },
        {
            "start": 860448652,
            "stop": 860453898
        },
        {
            "start": 860454234,
            "stop": 860478576
        },
        {
            "start": 860481617,
            "stop": 860489511
        },
        {
            "start": 860489856,
            "stop": 860497556
        },
        {
            "start": 860498001,
            "stop": 860511034
        },
        {
            "start": 860511308,
            "stop": 860517967
        },
        {
            "start": 860518187,
            "stop": 860526178
        },
        {
            "start": 860526298,
            "stop": 860527309
        },
        {
            "start": 860528194,
            "stop": 860534632
        },
        {
            "start": 860534825,
            "stop": 860543425
        },
        {
            "start": 860544525,
            "stop": 860550862
        },
        {
            "start": 860551420,
            "stop": 860559697
        },
        {
            "start": 860560414,
            "stop": 860576108
        },
        {
            "start": 860576835,
            "stop": 860591649
        },
        {
            "start": 860591902,
            "stop": 860594065
        },
        {
            "start": 860594375,
            "stop": 860615604
        },
        {
            "start": 860616843,
            "stop": 860624081
        },
        {
            "start": 860624441,
            "stop": 860648282
        },
        {
            "start": 860650058,
            "stop": 860675504
        }
    ]
}