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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7079",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7077",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7078,
    "results": [
        {
            "start": 874086398,
            "stop": 874086574
        },
        {
            "start": 874086575,
            "stop": 874086903
        },
        {
            "start": 874086905,
            "stop": 874086918
        },
        {
            "start": 874086919,
            "stop": 874086937
        },
        {
            "start": 874086938,
            "stop": 874086952
        },
        {
            "start": 874086954,
            "stop": 874087082
        },
        {
            "start": 874087084,
            "stop": 874087165
        },
        {
            "start": 874087166,
            "stop": 874087280
        },
        {
            "start": 874087281,
            "stop": 874087323
        },
        {
            "start": 874087324,
            "stop": 874087356
        },
        {
            "start": 874087357,
            "stop": 874087375
        },
        {
            "start": 874087901,
            "stop": 874087905
        },
        {
            "start": 874087906,
            "stop": 874087920
        },
        {
            "start": 874087980,
            "stop": 874088195
        },
        {
            "start": 874088495,
            "stop": 874088500
        },
        {
            "start": 874088501,
            "stop": 874088503
        },
        {
            "start": 874088505,
            "stop": 874088611
        },
        {
            "start": 874088612,
            "stop": 874088616
        },
        {
            "start": 874088618,
            "stop": 874088619
        },
        {
            "start": 874088620,
            "stop": 874088629
        }
    ]
}