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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=325",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=323",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 324,
    "results": [
        {
            "start": 856134363,
            "stop": 856135749
        },
        {
            "start": 856136680,
            "stop": 856143263
        },
        {
            "start": 856143409,
            "stop": 856201755
        },
        {
            "start": 856202700,
            "stop": 856258898
        },
        {
            "start": 856259143,
            "stop": 856286478
        },
        {
            "start": 856286692,
            "stop": 856294331
        },
        {
            "start": 856294665,
            "stop": 856308013
        },
        {
            "start": 856308027,
            "stop": 856308042
        },
        {
            "start": 856308051,
            "stop": 856308134
        },
        {
            "start": 856308143,
            "stop": 856309457
        },
        {
            "start": 856309663,
            "stop": 856319360
        },
        {
            "start": 856319906,
            "stop": 856320420
        },
        {
            "start": 856321453,
            "stop": 856322004
        },
        {
            "start": 856323080,
            "stop": 856369826
        },
        {
            "start": 856369959,
            "stop": 856382984
        },
        {
            "start": 856384562,
            "stop": 856396254
        },
        {
            "start": 856397631,
            "stop": 856411010
        },
        {
            "start": 856411508,
            "stop": 856436343
        },
        {
            "start": 856437403,
            "stop": 856451135
        },
        {
            "start": 856453273,
            "stop": 856471152
        }
    ]
}