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=211
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=212",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=210",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 211,
    "results": [
        {
            "start": 846839823,
            "stop": 846839830
        },
        {
            "start": 846839840,
            "stop": 846853799
        },
        {
            "start": 846917049,
            "stop": 846917124
        },
        {
            "start": 846917127,
            "stop": 846917133
        },
        {
            "start": 846917137,
            "stop": 846917399
        },
        {
            "start": 846917422,
            "stop": 846917487
        },
        {
            "start": 846917491,
            "stop": 846917576
        },
        {
            "start": 846917581,
            "stop": 846917633
        },
        {
            "start": 846917638,
            "stop": 846917649
        },
        {
            "start": 846917653,
            "stop": 846917699
        },
        {
            "start": 846917703,
            "stop": 846917719
        },
        {
            "start": 846917733,
            "stop": 846917748
        },
        {
            "start": 846917767,
            "stop": 846917802
        },
        {
            "start": 846917806,
            "stop": 846917836
        },
        {
            "start": 846917840,
            "stop": 846917895
        },
        {
            "start": 846917898,
            "stop": 846917905
        },
        {
            "start": 846917913,
            "stop": 846917993
        },
        {
            "start": 846918007,
            "stop": 846918013
        },
        {
            "start": 846918017,
            "stop": 846918028
        },
        {
            "start": 846918041,
            "stop": 846918057
        }
    ]
}