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=40550
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=40551",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40549",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40550,
    "results": [
        {
            "start": 874829159,
            "stop": 874829180
        },
        {
            "start": 874829181,
            "stop": 874829200
        },
        {
            "start": 874829201,
            "stop": 874829208
        },
        {
            "start": 874829209,
            "stop": 874829219
        },
        {
            "start": 874829221,
            "stop": 874829244
        },
        {
            "start": 874829245,
            "stop": 874829259
        },
        {
            "start": 874829260,
            "stop": 874829307
        },
        {
            "start": 874829309,
            "stop": 874829328
        },
        {
            "start": 874829329,
            "stop": 874829477
        },
        {
            "start": 874829478,
            "stop": 874829519
        },
        {
            "start": 874829520,
            "stop": 874829553
        },
        {
            "start": 874829554,
            "stop": 874829583
        },
        {
            "start": 874829585,
            "stop": 874829619
        },
        {
            "start": 874829621,
            "stop": 874829626
        },
        {
            "start": 874829627,
            "stop": 874829669
        },
        {
            "start": 874829671,
            "stop": 874829685
        },
        {
            "start": 874829686,
            "stop": 874829696
        },
        {
            "start": 874829697,
            "stop": 874829711
        },
        {
            "start": 874829712,
            "stop": 874829732
        },
        {
            "start": 874829733,
            "stop": 874829767
        }
    ]
}