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=140
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=141",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=139",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 140,
    "results": [
        {
            "start": 829170657,
            "stop": 829171342
        },
        {
            "start": 829171574,
            "stop": 829174738
        },
        {
            "start": 829176134,
            "stop": 829176784
        },
        {
            "start": 829177326,
            "stop": 829181045
        },
        {
            "start": 829181315,
            "stop": 829187832
        },
        {
            "start": 829191155,
            "stop": 829191373
        },
        {
            "start": 829191410,
            "stop": 829191411
        },
        {
            "start": 829193317,
            "stop": 829198393
        },
        {
            "start": 829198408,
            "stop": 829198409
        },
        {
            "start": 829200240,
            "stop": 829202698
        },
        {
            "start": 829202702,
            "stop": 829204513
        },
        {
            "start": 829206685,
            "stop": 829207045
        },
        {
            "start": 829207049,
            "stop": 829207201
        },
        {
            "start": 829207215,
            "stop": 829207231
        },
        {
            "start": 829207235,
            "stop": 829207320
        },
        {
            "start": 829207324,
            "stop": 829207413
        },
        {
            "start": 829207416,
            "stop": 829208105
        },
        {
            "start": 829208109,
            "stop": 829214460
        },
        {
            "start": 829215269,
            "stop": 829221170
        },
        {
            "start": 829221174,
            "stop": 829223988
        }
    ]
}