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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3635",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3633",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3634,
    "results": [
        {
            "start": 872366523,
            "stop": 872367284
        },
        {
            "start": 872368560,
            "stop": 872369585
        },
        {
            "start": 872369618,
            "stop": 872369820
        },
        {
            "start": 872369880,
            "stop": 872370720
        },
        {
            "start": 872370780,
            "stop": 872371920
        },
        {
            "start": 872371980,
            "stop": 872372100
        },
        {
            "start": 872372160,
            "stop": 872372317
        },
        {
            "start": 872372334,
            "stop": 872373005
        },
        {
            "start": 872373022,
            "stop": 872373154
        },
        {
            "start": 872375124,
            "stop": 872375208
        },
        {
            "start": 872375508,
            "stop": 872375994
        },
        {
            "start": 872376011,
            "stop": 872376055
        },
        {
            "start": 872376072,
            "stop": 872379366
        },
        {
            "start": 872379383,
            "stop": 872379657
        },
        {
            "start": 872379674,
            "stop": 872379720
        },
        {
            "start": 872379840,
            "stop": 872380012
        },
        {
            "start": 872380029,
            "stop": 872380030
        },
        {
            "start": 872380047,
            "stop": 872380203
        },
        {
            "start": 872380220,
            "stop": 872380610
        },
        {
            "start": 872380627,
            "stop": 872380709
        }
    ]
}