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=377
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=378",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=376",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 377,
    "results": [
        {
            "start": 821504963,
            "stop": 821505005
        },
        {
            "start": 821505009,
            "stop": 821505046
        },
        {
            "start": 821505050,
            "stop": 821505055
        },
        {
            "start": 821505059,
            "stop": 821505192
        },
        {
            "start": 821505195,
            "stop": 821505279
        },
        {
            "start": 821505282,
            "stop": 821505283
        },
        {
            "start": 821505286,
            "stop": 821505357
        },
        {
            "start": 821505360,
            "stop": 821505361
        },
        {
            "start": 821505364,
            "stop": 821505381
        },
        {
            "start": 821505384,
            "stop": 821505406
        },
        {
            "start": 821505409,
            "stop": 821505451
        },
        {
            "start": 821505455,
            "stop": 821505617
        },
        {
            "start": 821505620,
            "stop": 821505740
        },
        {
            "start": 821505743,
            "stop": 821505771
        },
        {
            "start": 821505774,
            "stop": 821505776
        },
        {
            "start": 821505779,
            "stop": 821505801
        },
        {
            "start": 821505804,
            "stop": 821505826
        },
        {
            "start": 821505830,
            "stop": 821505837
        },
        {
            "start": 821505840,
            "stop": 821505899
        },
        {
            "start": 821505902,
            "stop": 821505927
        }
    ]
}