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=126
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=127",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=125",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 126,
    "results": [
        {
            "start": 817611808,
            "stop": 817611840
        },
        {
            "start": 817612512,
            "stop": 817612544
        },
        {
            "start": 817681152,
            "stop": 817682398
        },
        {
            "start": 817682518,
            "stop": 817682923
        },
        {
            "start": 817683323,
            "stop": 817684946
        },
        {
            "start": 817684947,
            "stop": 817686948
        },
        {
            "start": 817687400,
            "stop": 817689448
        },
        {
            "start": 817690520,
            "stop": 817690744
        },
        {
            "start": 817691284,
            "stop": 817691455
        },
        {
            "start": 817691575,
            "stop": 817692154
        },
        {
            "start": 817692171,
            "stop": 817692224
        },
        {
            "start": 817693120,
            "stop": 817694054
        },
        {
            "start": 817694507,
            "stop": 817694556
        },
        {
            "start": 817695518,
            "stop": 817697039
        },
        {
            "start": 817697042,
            "stop": 817698766
        },
        {
            "start": 817698771,
            "stop": 817700070
        },
        {
            "start": 817700611,
            "stop": 817700668
        },
        {
            "start": 817701405,
            "stop": 817703155
        },
        {
            "start": 817703158,
            "stop": 817707265
        },
        {
            "start": 817708401,
            "stop": 817708903
        }
    ]
}