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=46655
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=46656",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46654",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46655,
    "results": [
        {
            "start": 875033037,
            "stop": 875033040
        },
        {
            "start": 875033041,
            "stop": 875033061
        },
        {
            "start": 875033063,
            "stop": 875033072
        },
        {
            "start": 875033073,
            "stop": 875033082
        },
        {
            "start": 875033083,
            "stop": 875033098
        },
        {
            "start": 875033099,
            "stop": 875033100
        },
        {
            "start": 875033101,
            "stop": 875033103
        },
        {
            "start": 875033105,
            "stop": 875033106
        },
        {
            "start": 875033107,
            "stop": 875033124
        },
        {
            "start": 875033125,
            "stop": 875033145
        },
        {
            "start": 875033147,
            "stop": 875033185
        },
        {
            "start": 875033186,
            "stop": 875033210
        },
        {
            "start": 875033211,
            "stop": 875033245
        },
        {
            "start": 875033246,
            "stop": 875033252
        },
        {
            "start": 875033254,
            "stop": 875033269
        },
        {
            "start": 875033271,
            "stop": 875033280
        },
        {
            "start": 875033281,
            "stop": 875033288
        },
        {
            "start": 875033289,
            "stop": 875033307
        },
        {
            "start": 875033308,
            "stop": 875033329
        },
        {
            "start": 875033330,
            "stop": 875033334
        }
    ]
}