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=279
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=280",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=278",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 279,
    "results": [
        {
            "start": 821143317,
            "stop": 821144084
        },
        {
            "start": 821144087,
            "stop": 821144770
        },
        {
            "start": 821144773,
            "stop": 821145133
        },
        {
            "start": 821145137,
            "stop": 821145488
        },
        {
            "start": 821145491,
            "stop": 821145514
        },
        {
            "start": 821145517,
            "stop": 821145531
        },
        {
            "start": 821145534,
            "stop": 821145671
        },
        {
            "start": 821145674,
            "stop": 821145678
        },
        {
            "start": 821145681,
            "stop": 821145811
        },
        {
            "start": 821145814,
            "stop": 821145945
        },
        {
            "start": 821145948,
            "stop": 821146084
        },
        {
            "start": 821146087,
            "stop": 821146389
        },
        {
            "start": 821146392,
            "stop": 821146671
        },
        {
            "start": 821146674,
            "stop": 821146878
        },
        {
            "start": 821146881,
            "stop": 821146918
        },
        {
            "start": 821146922,
            "stop": 821148430
        },
        {
            "start": 821148433,
            "stop": 821149311
        },
        {
            "start": 821149314,
            "stop": 821149753
        },
        {
            "start": 821149756,
            "stop": 821149839
        },
        {
            "start": 821149842,
            "stop": 821150294
        }
    ]
}