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=9852
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=9853",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9851",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 9852,
    "results": [
        {
            "start": 874114440,
            "stop": 874114500
        },
        {
            "start": 874114560,
            "stop": 874114740
        },
        {
            "start": 874114800,
            "stop": 874114980
        },
        {
            "start": 874115040,
            "stop": 874115100
        },
        {
            "start": 874115160,
            "stop": 874115460
        },
        {
            "start": 874115520,
            "stop": 874115640
        },
        {
            "start": 874115700,
            "stop": 874116180
        },
        {
            "start": 874116240,
            "stop": 874116260
        },
        {
            "start": 874116380,
            "stop": 874116540
        },
        {
            "start": 874116600,
            "stop": 874116660
        },
        {
            "start": 874116720,
            "stop": 874117260
        },
        {
            "start": 874117320,
            "stop": 874117440
        },
        {
            "start": 874117620,
            "stop": 874117740
        },
        {
            "start": 874117920,
            "stop": 874117923
        },
        {
            "start": 874117940,
            "stop": 874118040
        },
        {
            "start": 874118100,
            "stop": 874118220
        },
        {
            "start": 874118280,
            "stop": 874118498
        },
        {
            "start": 874118515,
            "stop": 874118520
        },
        {
            "start": 874118760,
            "stop": 874118880
        },
        {
            "start": 874119000,
            "stop": 874119480
        }
    ]
}