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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=452",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=450",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 451,
    "results": [
        {
            "start": 821776858,
            "stop": 821776859
        },
        {
            "start": 821776863,
            "stop": 821776869
        },
        {
            "start": 821776874,
            "stop": 821776876
        },
        {
            "start": 821776879,
            "stop": 821776881
        },
        {
            "start": 821776884,
            "stop": 821776885
        },
        {
            "start": 821776891,
            "stop": 821776898
        },
        {
            "start": 821776902,
            "stop": 821776914
        },
        {
            "start": 821776917,
            "stop": 821776923
        },
        {
            "start": 821776926,
            "stop": 821776936
        },
        {
            "start": 821776946,
            "stop": 821776954
        },
        {
            "start": 821776958,
            "stop": 821776964
        },
        {
            "start": 821776967,
            "stop": 821776969
        },
        {
            "start": 821776972,
            "stop": 821776974
        },
        {
            "start": 821776986,
            "stop": 821776989
        },
        {
            "start": 821777004,
            "stop": 821777005
        },
        {
            "start": 821777008,
            "stop": 821777018
        },
        {
            "start": 821777021,
            "stop": 821777023
        },
        {
            "start": 821777032,
            "stop": 821777041
        },
        {
            "start": 821777048,
            "stop": 821777052
        },
        {
            "start": 821777060,
            "stop": 821777061
        }
    ]
}