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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4264",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4262",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 4263,
    "results": [
        {
            "start": 874605057,
            "stop": 874605061
        },
        {
            "start": 874605080,
            "stop": 874605091
        },
        {
            "start": 874605227,
            "stop": 874605240
        },
        {
            "start": 874605335,
            "stop": 874605344
        },
        {
            "start": 874605367,
            "stop": 874605376
        },
        {
            "start": 874605401,
            "stop": 874605424
        },
        {
            "start": 874605443,
            "stop": 874605456
        },
        {
            "start": 874605486,
            "stop": 874605514
        },
        {
            "start": 874605537,
            "stop": 874605547
        },
        {
            "start": 874605587,
            "stop": 874605592
        },
        {
            "start": 874605800,
            "stop": 874605809
        },
        {
            "start": 874605864,
            "stop": 874605870
        },
        {
            "start": 874605890,
            "stop": 874605906
        },
        {
            "start": 874605963,
            "stop": 874605966
        },
        {
            "start": 874605998,
            "stop": 874606001
        },
        {
            "start": 874606021,
            "stop": 874606031
        },
        {
            "start": 874606056,
            "stop": 874606061
        },
        {
            "start": 874606088,
            "stop": 874606090
        },
        {
            "start": 874606137,
            "stop": 874606190
        },
        {
            "start": 874606213,
            "stop": 874606224
        }
    ]
}