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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40545",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40543",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40544,
    "results": [
        {
            "start": 874822034,
            "stop": 874822173
        },
        {
            "start": 874822174,
            "stop": 874822194
        },
        {
            "start": 874822197,
            "stop": 874822279
        },
        {
            "start": 874822280,
            "stop": 874822556
        },
        {
            "start": 874822558,
            "stop": 874822647
        },
        {
            "start": 874822648,
            "stop": 874822889
        },
        {
            "start": 874822891,
            "stop": 874822939
        },
        {
            "start": 874822941,
            "stop": 874823323
        },
        {
            "start": 874823324,
            "stop": 874823408
        },
        {
            "start": 874823409,
            "stop": 874823414
        },
        {
            "start": 874823415,
            "stop": 874823420
        },
        {
            "start": 874823421,
            "stop": 874823618
        },
        {
            "start": 874823619,
            "stop": 874823825
        },
        {
            "start": 874823827,
            "stop": 874823833
        },
        {
            "start": 874823835,
            "stop": 874823940
        },
        {
            "start": 874823941,
            "stop": 874823975
        },
        {
            "start": 874823977,
            "stop": 874823987
        },
        {
            "start": 874823988,
            "stop": 874823990
        },
        {
            "start": 874823991,
            "stop": 874824004
        },
        {
            "start": 874824005,
            "stop": 874824031
        }
    ]
}