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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3636",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3634",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3635,
    "results": [
        {
            "start": 872380735,
            "stop": 872380796
        },
        {
            "start": 872380813,
            "stop": 872380910
        },
        {
            "start": 872380927,
            "stop": 872380969
        },
        {
            "start": 872380987,
            "stop": 872381100
        },
        {
            "start": 872381117,
            "stop": 872381301
        },
        {
            "start": 872381318,
            "stop": 872381482
        },
        {
            "start": 872381499,
            "stop": 872381544
        },
        {
            "start": 872381561,
            "stop": 872381636
        },
        {
            "start": 872381653,
            "stop": 872382961
        },
        {
            "start": 872382978,
            "stop": 872383283
        },
        {
            "start": 872383300,
            "stop": 872383959
        },
        {
            "start": 872383976,
            "stop": 872384562
        },
        {
            "start": 872384640,
            "stop": 872385542
        },
        {
            "start": 872385559,
            "stop": 872385692
        },
        {
            "start": 872385709,
            "stop": 872386717
        },
        {
            "start": 872386734,
            "stop": 872386773
        },
        {
            "start": 872386805,
            "stop": 872386950
        },
        {
            "start": 872386967,
            "stop": 872388291
        },
        {
            "start": 872388308,
            "stop": 872388367
        },
        {
            "start": 872388384,
            "stop": 872389723
        }
    ]
}