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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_CW_CAT1/segments?format=api&page=39",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_CW_CAT1/segments?format=api&page=37",
    "results_count": 823,
    "results_per_page": 20,
    "num_pages": 42,
    "page_number": 38,
    "results": [
        {
            "start": 1386430845,
            "stop": 1386431094
        },
        {
            "start": 1386457079,
            "stop": 1386462491
        },
        {
            "start": 1386462564,
            "stop": 1386508540
        },
        {
            "start": 1386552422,
            "stop": 1386559972
        },
        {
            "start": 1386563258,
            "stop": 1386568142
        },
        {
            "start": 1386573515,
            "stop": 1386578477
        },
        {
            "start": 1386581625,
            "stop": 1386611816
        },
        {
            "start": 1386611821,
            "stop": 1386619741
        },
        {
            "start": 1386633901,
            "stop": 1386655450
        },
        {
            "start": 1386661394,
            "stop": 1386718663
        },
        {
            "start": 1386720590,
            "stop": 1386789174
        },
        {
            "start": 1386791447,
            "stop": 1386791953
        },
        {
            "start": 1386797309,
            "stop": 1386820848
        },
        {
            "start": 1386824770,
            "stop": 1386849518
        },
        {
            "start": 1386853083,
            "stop": 1386890731
        },
        {
            "start": 1386895011,
            "stop": 1386950968
        },
        {
            "start": 1386961663,
            "stop": 1386972082
        },
        {
            "start": 1386982565,
            "stop": 1387033275
        },
        {
            "start": 1387060658,
            "stop": 1387069058
        },
        {
            "start": 1387078563,
            "stop": 1387130428
        }
    ]
}