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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=585",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=583",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 584,
    "results": [
        {
            "start": 827766239,
            "stop": 827766720
        },
        {
            "start": 827766780,
            "stop": 827766960
        },
        {
            "start": 827767020,
            "stop": 827768082
        },
        {
            "start": 827768085,
            "stop": 827768937
        },
        {
            "start": 827768960,
            "stop": 827769420
        },
        {
            "start": 827769510,
            "stop": 827770050
        },
        {
            "start": 827770110,
            "stop": 827770980
        },
        {
            "start": 827771040,
            "stop": 827771460
        },
        {
            "start": 827771676,
            "stop": 827771788
        },
        {
            "start": 827771805,
            "stop": 827772073
        },
        {
            "start": 827772757,
            "stop": 827772934
        },
        {
            "start": 827773356,
            "stop": 827775689
        },
        {
            "start": 827775711,
            "stop": 827775749
        },
        {
            "start": 827775752,
            "stop": 827775899
        },
        {
            "start": 827775921,
            "stop": 827777953
        },
        {
            "start": 827778144,
            "stop": 827778300
        },
        {
            "start": 827778423,
            "stop": 827778432
        },
        {
            "start": 827778468,
            "stop": 827778596
        },
        {
            "start": 827778615,
            "stop": 827781360
        },
        {
            "start": 827781420,
            "stop": 827781600
        }
    ]
}