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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=165",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=163",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 164,
    "results": [
        {
            "start": 954372432,
            "stop": 954372436
        },
        {
            "start": 954372451,
            "stop": 954372461
        },
        {
            "start": 954372464,
            "stop": 954372545
        },
        {
            "start": 954372548,
            "stop": 954372596
        },
        {
            "start": 954372598,
            "stop": 954372630
        },
        {
            "start": 954372635,
            "stop": 954372641
        },
        {
            "start": 954372649,
            "stop": 954372833
        },
        {
            "start": 954372845,
            "stop": 954372849
        },
        {
            "start": 954372853,
            "stop": 954372864
        },
        {
            "start": 954372868,
            "stop": 954372869
        },
        {
            "start": 954372873,
            "stop": 954386255
        },
        {
            "start": 954394278,
            "stop": 954398861
        },
        {
            "start": 954401111,
            "stop": 954401274
        },
        {
            "start": 954408151,
            "stop": 954436449
        },
        {
            "start": 954439391,
            "stop": 954439951
        },
        {
            "start": 954441583,
            "stop": 954443279
        },
        {
            "start": 954445052,
            "stop": 954447063
        },
        {
            "start": 954447068,
            "stop": 954447070
        },
        {
            "start": 954447073,
            "stop": 954447075
        },
        {
            "start": 954447077,
            "stop": 954449094
        }
    ]
}