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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5233",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5231",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5232,
    "results": [
        {
            "start": 875146426,
            "stop": 875146428
        },
        {
            "start": 875146435,
            "stop": 875146460
        },
        {
            "start": 875146467,
            "stop": 875146468
        },
        {
            "start": 875146476,
            "stop": 875146503
        },
        {
            "start": 875146512,
            "stop": 875146551
        },
        {
            "start": 875146558,
            "stop": 875146605
        },
        {
            "start": 875146612,
            "stop": 875146626
        },
        {
            "start": 875146634,
            "stop": 875146677
        },
        {
            "start": 875146684,
            "stop": 875146733
        },
        {
            "start": 875146742,
            "stop": 875146775
        },
        {
            "start": 875146782,
            "stop": 875146795
        },
        {
            "start": 875146803,
            "stop": 875146825
        },
        {
            "start": 875146837,
            "stop": 875146877
        },
        {
            "start": 875146884,
            "stop": 875146905
        },
        {
            "start": 875146913,
            "stop": 875146931
        },
        {
            "start": 875146939,
            "stop": 875147021
        },
        {
            "start": 875147028,
            "stop": 875147054
        },
        {
            "start": 875147072,
            "stop": 875147112
        },
        {
            "start": 875147119,
            "stop": 875147185
        },
        {
            "start": 875147192,
            "stop": 875147209
        }
    ]
}