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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=224",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=222",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 223,
    "results": [
        {
            "start": 848037920,
            "stop": 848069410
        },
        {
            "start": 848072037,
            "stop": 848086213
        },
        {
            "start": 848087164,
            "stop": 848095190
        },
        {
            "start": 848096106,
            "stop": 848099893
        },
        {
            "start": 848102931,
            "stop": 848116299
        },
        {
            "start": 848117703,
            "stop": 848155986
        },
        {
            "start": 848198645,
            "stop": 848199783
        },
        {
            "start": 848199786,
            "stop": 848219953
        },
        {
            "start": 848221955,
            "stop": 848229912
        },
        {
            "start": 848234927,
            "stop": 848236561
        },
        {
            "start": 848236565,
            "stop": 848236886
        },
        {
            "start": 848236889,
            "stop": 848237053
        },
        {
            "start": 848238106,
            "stop": 848255929
        },
        {
            "start": 848289871,
            "stop": 848290296
        },
        {
            "start": 848290305,
            "stop": 848302616
        },
        {
            "start": 848305733,
            "stop": 848311524
        },
        {
            "start": 848311528,
            "stop": 848311539
        },
        {
            "start": 848311543,
            "stop": 848311633
        },
        {
            "start": 848312977,
            "stop": 848314858
        },
        {
            "start": 848314862,
            "stop": 848315137
        }
    ]
}