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=7203
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=7204",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7202",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7203,
    "results": [
        {
            "start": 874635683,
            "stop": 874635701
        },
        {
            "start": 874635702,
            "stop": 874635754
        },
        {
            "start": 874635755,
            "stop": 874636005
        },
        {
            "start": 874636006,
            "stop": 874636089
        },
        {
            "start": 874636090,
            "stop": 874636545
        },
        {
            "start": 874636546,
            "stop": 874636725
        },
        {
            "start": 874636726,
            "stop": 874637042
        },
        {
            "start": 874637043,
            "stop": 874637247
        },
        {
            "start": 874637249,
            "stop": 874637390
        },
        {
            "start": 874637391,
            "stop": 874637677
        },
        {
            "start": 874637678,
            "stop": 874637953
        },
        {
            "start": 874637955,
            "stop": 874638269
        },
        {
            "start": 874638270,
            "stop": 874638631
        },
        {
            "start": 874638632,
            "stop": 874638689
        },
        {
            "start": 874638690,
            "stop": 874638864
        },
        {
            "start": 874638865,
            "stop": 874639067
        },
        {
            "start": 874639068,
            "stop": 874639439
        },
        {
            "start": 874639440,
            "stop": 874639570
        },
        {
            "start": 874639571,
            "stop": 874640150
        },
        {
            "start": 874640151,
            "stop": 874640310
        }
    ]
}