Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=573
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=574",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=572",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 573,
    "results": [
        {
            "start": 837362678,
            "stop": 837369547
        },
        {
            "start": 837371426,
            "stop": 837372279
        },
        {
            "start": 837373279,
            "stop": 837384589
        },
        {
            "start": 837386483,
            "stop": 837400990
        },
        {
            "start": 837406494,
            "stop": 837442517
        },
        {
            "start": 837442523,
            "stop": 837444188
        },
        {
            "start": 837445557,
            "stop": 837446757
        },
        {
            "start": 837446884,
            "stop": 837452449
        },
        {
            "start": 837454778,
            "stop": 837457207
        },
        {
            "start": 837457217,
            "stop": 837458190
        },
        {
            "start": 837459449,
            "stop": 837464779
        },
        {
            "start": 837464787,
            "stop": 837474695
        },
        {
            "start": 837474700,
            "stop": 837541625
        },
        {
            "start": 837541814,
            "stop": 837548053
        },
        {
            "start": 837550701,
            "stop": 837552135
        },
        {
            "start": 837554734,
            "stop": 837555042
        },
        {
            "start": 837560414,
            "stop": 837569263
        },
        {
            "start": 837570052,
            "stop": 837579804
        },
        {
            "start": 837580788,
            "stop": 837626834
        },
        {
            "start": 837626839,
            "stop": 837628761
        }
    ]
}