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=144
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=145",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=143",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 144,
    "results": [
        {
            "start": 954280782,
            "stop": 954283292
        },
        {
            "start": 954283295,
            "stop": 954283463
        },
        {
            "start": 954308412,
            "stop": 954308435
        },
        {
            "start": 954308447,
            "stop": 954308460
        },
        {
            "start": 954308466,
            "stop": 954308472
        },
        {
            "start": 954308477,
            "stop": 954308478
        },
        {
            "start": 954308484,
            "stop": 954308486
        },
        {
            "start": 954308489,
            "stop": 954308492
        },
        {
            "start": 954308500,
            "stop": 954308501
        },
        {
            "start": 954308507,
            "stop": 954308508
        },
        {
            "start": 954308548,
            "stop": 954308549
        },
        {
            "start": 954308566,
            "stop": 954308572
        },
        {
            "start": 954308575,
            "stop": 954308576
        },
        {
            "start": 954308580,
            "stop": 954308586
        },
        {
            "start": 954308600,
            "stop": 954308604
        },
        {
            "start": 954308607,
            "stop": 954308608
        },
        {
            "start": 954308619,
            "stop": 954308622
        },
        {
            "start": 954308625,
            "stop": 954308642
        },
        {
            "start": 954311077,
            "stop": 954311843
        },
        {
            "start": 954311847,
            "stop": 954312014
        }
    ]
}