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=615
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=616",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=614",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 615,
    "results": [
        {
            "start": 828881779,
            "stop": 828881834
        },
        {
            "start": 828881891,
            "stop": 828881898
        },
        {
            "start": 828882103,
            "stop": 828882143
        },
        {
            "start": 828882162,
            "stop": 828883560
        },
        {
            "start": 828883633,
            "stop": 828883637
        },
        {
            "start": 828883658,
            "stop": 828884869
        },
        {
            "start": 828884891,
            "stop": 828885420
        },
        {
            "start": 828885480,
            "stop": 828885660
        },
        {
            "start": 828885720,
            "stop": 828885762
        },
        {
            "start": 828885783,
            "stop": 828886560
        },
        {
            "start": 828886620,
            "stop": 828886800
        },
        {
            "start": 828886860,
            "stop": 828886917
        },
        {
            "start": 828886938,
            "stop": 828886980
        },
        {
            "start": 828887040,
            "stop": 828887280
        },
        {
            "start": 828887340,
            "stop": 828888540
        },
        {
            "start": 828888660,
            "stop": 828888780
        },
        {
            "start": 828888840,
            "stop": 828888904
        },
        {
            "start": 828888946,
            "stop": 828889059
        },
        {
            "start": 828889081,
            "stop": 828889463
        },
        {
            "start": 828889482,
            "stop": 828889920
        }
    ]
}