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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=338",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=336",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 337,
    "results": [
        {
            "start": 829237500,
            "stop": 829237503
        },
        {
            "start": 829237505,
            "stop": 829237507
        },
        {
            "start": 829237509,
            "stop": 829237511
        },
        {
            "start": 829237515,
            "stop": 829237517
        },
        {
            "start": 829237521,
            "stop": 829237526
        },
        {
            "start": 829237530,
            "stop": 829237531
        },
        {
            "start": 829237535,
            "stop": 829237540
        },
        {
            "start": 829237543,
            "stop": 829237544
        },
        {
            "start": 829237547,
            "stop": 829237552
        },
        {
            "start": 829237554,
            "stop": 829237555
        },
        {
            "start": 829237561,
            "stop": 829237562
        },
        {
            "start": 829237565,
            "stop": 829237569
        },
        {
            "start": 829237571,
            "stop": 829237581
        },
        {
            "start": 829237586,
            "stop": 829237589
        },
        {
            "start": 829237591,
            "stop": 829237594
        },
        {
            "start": 829237596,
            "stop": 829237597
        },
        {
            "start": 829237601,
            "stop": 829237603
        },
        {
            "start": 829237617,
            "stop": 829237618
        },
        {
            "start": 829237620,
            "stop": 829237621
        },
        {
            "start": 829237630,
            "stop": 829237631
        }
    ]
}