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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=330",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=328",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 329,
    "results": [
        {
            "start": 821402004,
            "stop": 821402320
        },
        {
            "start": 821402323,
            "stop": 821402338
        },
        {
            "start": 821402341,
            "stop": 821402606
        },
        {
            "start": 821402609,
            "stop": 821402972
        },
        {
            "start": 821402975,
            "stop": 821403409
        },
        {
            "start": 821403412,
            "stop": 821403583
        },
        {
            "start": 821403586,
            "stop": 821404063
        },
        {
            "start": 821404066,
            "stop": 821404667
        },
        {
            "start": 821404670,
            "stop": 821404728
        },
        {
            "start": 821404731,
            "stop": 821404849
        },
        {
            "start": 821404852,
            "stop": 821405820
        },
        {
            "start": 821405824,
            "stop": 821406496
        },
        {
            "start": 821406499,
            "stop": 821407419
        },
        {
            "start": 821407423,
            "stop": 821408080
        },
        {
            "start": 821408083,
            "stop": 821408851
        },
        {
            "start": 821408854,
            "stop": 821408902
        },
        {
            "start": 821408906,
            "stop": 821409764
        },
        {
            "start": 821409945,
            "stop": 821410346
        },
        {
            "start": 821410350,
            "stop": 821410527
        },
        {
            "start": 821410530,
            "stop": 821410973
        }
    ]
}