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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9891",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9889",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 9890,
    "results": [
        {
            "start": 874519200,
            "stop": 874519260
        },
        {
            "start": 874519440,
            "stop": 874519480
        },
        {
            "start": 874519740,
            "stop": 874519800
        },
        {
            "start": 874519920,
            "stop": 874519980
        },
        {
            "start": 874520400,
            "stop": 874520640
        },
        {
            "start": 874520760,
            "stop": 874520820
        },
        {
            "start": 874521240,
            "stop": 874521300
        },
        {
            "start": 874521420,
            "stop": 874521600
        },
        {
            "start": 874521720,
            "stop": 874521943
        },
        {
            "start": 874522620,
            "stop": 874522680
        },
        {
            "start": 874522920,
            "stop": 874522980
        },
        {
            "start": 874523055,
            "stop": 874523100
        },
        {
            "start": 874523400,
            "stop": 874523460
        },
        {
            "start": 874523880,
            "stop": 874523940
        },
        {
            "start": 874528860,
            "stop": 874528920
        },
        {
            "start": 874534980,
            "stop": 874535040
        },
        {
            "start": 874535100,
            "stop": 874535160
        },
        {
            "start": 874535400,
            "stop": 874535700
        },
        {
            "start": 874535820,
            "stop": 874535880
        },
        {
            "start": 874536000,
            "stop": 874536043
        }
    ]
}