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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7203",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7201",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7202,
    "results": [
        {
            "start": 874630395,
            "stop": 874630832
        },
        {
            "start": 874630833,
            "stop": 874630914
        },
        {
            "start": 874630916,
            "stop": 874632025
        },
        {
            "start": 874632026,
            "stop": 874632126
        },
        {
            "start": 874632127,
            "stop": 874632509
        },
        {
            "start": 874632511,
            "stop": 874632673
        },
        {
            "start": 874632674,
            "stop": 874632694
        },
        {
            "start": 874632696,
            "stop": 874633557
        },
        {
            "start": 874633558,
            "stop": 874633811
        },
        {
            "start": 874633812,
            "stop": 874634072
        },
        {
            "start": 874634073,
            "stop": 874634145
        },
        {
            "start": 874634147,
            "stop": 874634248
        },
        {
            "start": 874634249,
            "stop": 874634474
        },
        {
            "start": 874634475,
            "stop": 874634516
        },
        {
            "start": 874634517,
            "stop": 874634914
        },
        {
            "start": 874634915,
            "stop": 874634918
        },
        {
            "start": 874634919,
            "stop": 874635248
        },
        {
            "start": 874635249,
            "stop": 874635264
        },
        {
            "start": 874635265,
            "stop": 874635599
        },
        {
            "start": 874635600,
            "stop": 874635682
        }
    ]
}