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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6468",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6466",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6467,
    "results": [
        {
            "start": 874038225,
            "stop": 874038251
        },
        {
            "start": 874038252,
            "stop": 874038561
        },
        {
            "start": 874038562,
            "stop": 874038753
        },
        {
            "start": 874038754,
            "stop": 874039143
        },
        {
            "start": 874039145,
            "stop": 874039234
        },
        {
            "start": 874039235,
            "stop": 874039245
        },
        {
            "start": 874039246,
            "stop": 874039424
        },
        {
            "start": 874039426,
            "stop": 874039793
        },
        {
            "start": 874039794,
            "stop": 874039823
        },
        {
            "start": 874039824,
            "stop": 874040048
        },
        {
            "start": 874040049,
            "stop": 874040232
        },
        {
            "start": 874040233,
            "stop": 874040728
        },
        {
            "start": 874040729,
            "stop": 874040755
        },
        {
            "start": 874040756,
            "stop": 874040798
        },
        {
            "start": 874040799,
            "stop": 874040835
        },
        {
            "start": 874040836,
            "stop": 874041140
        },
        {
            "start": 874041141,
            "stop": 874041444
        },
        {
            "start": 874041445,
            "stop": 874041725
        },
        {
            "start": 874041726,
            "stop": 874041830
        },
        {
            "start": 874041832,
            "stop": 874042082
        }
    ]
}