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=5241
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=5242",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5240",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5241,
    "results": [
        {
            "start": 875195678,
            "stop": 875195707
        },
        {
            "start": 875195715,
            "stop": 875195728
        },
        {
            "start": 875195735,
            "stop": 875195751
        },
        {
            "start": 875195758,
            "stop": 875195886
        },
        {
            "start": 875195899,
            "stop": 875196278
        },
        {
            "start": 875196285,
            "stop": 875196366
        },
        {
            "start": 875196373,
            "stop": 875196425
        },
        {
            "start": 875196435,
            "stop": 875196442
        },
        {
            "start": 875196449,
            "stop": 875196465
        },
        {
            "start": 875196472,
            "stop": 875196499
        },
        {
            "start": 875196506,
            "stop": 875196509
        },
        {
            "start": 875196517,
            "stop": 875196641
        },
        {
            "start": 875196648,
            "stop": 875196868
        },
        {
            "start": 875196875,
            "stop": 875197021
        },
        {
            "start": 875197028,
            "stop": 875197088
        },
        {
            "start": 875197095,
            "stop": 875197096
        },
        {
            "start": 875197103,
            "stop": 875197301
        },
        {
            "start": 875197308,
            "stop": 875197319
        },
        {
            "start": 875197326,
            "stop": 875197462
        },
        {
            "start": 875197475,
            "stop": 875197516
        }
    ]
}