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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=282",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=280",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 281,
    "results": [
        {
            "start": 967056247,
            "stop": 967059989
        },
        {
            "start": 967061880,
            "stop": 967144055
        },
        {
            "start": 967147000,
            "stop": 967153573
        },
        {
            "start": 967153578,
            "stop": 967153597
        },
        {
            "start": 967153606,
            "stop": 967199988
        },
        {
            "start": 967201703,
            "stop": 967245755
        },
        {
            "start": 967247330,
            "stop": 967269441
        },
        {
            "start": 967271201,
            "stop": 967272307
        },
        {
            "start": 967357045,
            "stop": 967357405
        },
        {
            "start": 967361430,
            "stop": 967361511
        },
        {
            "start": 967366781,
            "stop": 967367361
        },
        {
            "start": 967369771,
            "stop": 967383674
        },
        {
            "start": 967388167,
            "stop": 967390139
        },
        {
            "start": 967391965,
            "stop": 967393675
        },
        {
            "start": 967414776,
            "stop": 967486812
        },
        {
            "start": 967663096,
            "stop": 967665463
        },
        {
            "start": 967665536,
            "stop": 967665552
        },
        {
            "start": 967668392,
            "stop": 967671528
        },
        {
            "start": 967671532,
            "stop": 967674921
        },
        {
            "start": 967674927,
            "stop": 967677545
        }
    ]
}