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=9887
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=9888",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9886",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 9887,
    "results": [
        {
            "start": 874499804,
            "stop": 874499953
        },
        {
            "start": 874499970,
            "stop": 874500956
        },
        {
            "start": 874500973,
            "stop": 874501060
        },
        {
            "start": 874501077,
            "stop": 874501198
        },
        {
            "start": 874501215,
            "stop": 874501217
        },
        {
            "start": 874502788,
            "stop": 874503247
        },
        {
            "start": 874503265,
            "stop": 874503320
        },
        {
            "start": 874503338,
            "stop": 874503345
        },
        {
            "start": 874503362,
            "stop": 874504598
        },
        {
            "start": 874504615,
            "stop": 874504800
        },
        {
            "start": 874504860,
            "stop": 874504911
        },
        {
            "start": 874505205,
            "stop": 874505339
        },
        {
            "start": 874505371,
            "stop": 874505384
        },
        {
            "start": 874505925,
            "stop": 874505934
        },
        {
            "start": 874505951,
            "stop": 874506333
        },
        {
            "start": 874506350,
            "stop": 874506705
        },
        {
            "start": 874506729,
            "stop": 874506731
        },
        {
            "start": 874506748,
            "stop": 874506905
        },
        {
            "start": 874506922,
            "stop": 874507080
        },
        {
            "start": 874507140,
            "stop": 874507260
        }
    ]
}