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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4831",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4829",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4830,
    "results": [
        {
            "start": 874695575,
            "stop": 874695667
        },
        {
            "start": 874695701,
            "stop": 874695757
        },
        {
            "start": 874695776,
            "stop": 874695808
        },
        {
            "start": 874695827,
            "stop": 874695831
        },
        {
            "start": 874695835,
            "stop": 874695861
        },
        {
            "start": 874697009,
            "stop": 874698158
        },
        {
            "start": 874698177,
            "stop": 874698180
        },
        {
            "start": 874698240,
            "stop": 874698621
        },
        {
            "start": 874698640,
            "stop": 874698731
        },
        {
            "start": 874698750,
            "stop": 874698780
        },
        {
            "start": 874698840,
            "stop": 874698863
        },
        {
            "start": 874698882,
            "stop": 874698902
        },
        {
            "start": 874698922,
            "stop": 874699180
        },
        {
            "start": 874699199,
            "stop": 874699244
        },
        {
            "start": 874699281,
            "stop": 874699335
        },
        {
            "start": 874699354,
            "stop": 874699365
        },
        {
            "start": 874699384,
            "stop": 874699393
        },
        {
            "start": 874699412,
            "stop": 874699442
        },
        {
            "start": 874699461,
            "stop": 874699473
        },
        {
            "start": 874699506,
            "stop": 874699631
        }
    ]
}