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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=478",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=476",
    "results_count": 11686,
    "results_per_page": 20,
    "num_pages": 585,
    "page_number": 477,
    "results": [
        {
            "start": 865807318,
            "stop": 865808378
        },
        {
            "start": 865809599,
            "stop": 865811972
        },
        {
            "start": 865811978,
            "stop": 865811982
        },
        {
            "start": 865811988,
            "stop": 865812027
        },
        {
            "start": 865812035,
            "stop": 865812060
        },
        {
            "start": 865812065,
            "stop": 865814340
        },
        {
            "start": 865814400,
            "stop": 865823915
        },
        {
            "start": 865825373,
            "stop": 865825519
        },
        {
            "start": 865825520,
            "stop": 865825800
        },
        {
            "start": 865825860,
            "stop": 865826168
        },
        {
            "start": 865826468,
            "stop": 865827209
        },
        {
            "start": 865827211,
            "stop": 865827610
        },
        {
            "start": 865827685,
            "stop": 865827839
        },
        {
            "start": 865827841,
            "stop": 865828651
        },
        {
            "start": 865829092,
            "stop": 865829155
        },
        {
            "start": 865830058,
            "stop": 865853534
        },
        {
            "start": 865853851,
            "stop": 865855087
        },
        {
            "start": 865855093,
            "stop": 865864020
        },
        {
            "start": 865864080,
            "stop": 865864217
        },
        {
            "start": 865866711,
            "stop": 865869270
        }
    ]
}