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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=356",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=354",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 355,
    "results": [
        {
            "start": 939537442,
            "stop": 939537565
        },
        {
            "start": 939537568,
            "stop": 939537574
        },
        {
            "start": 939537577,
            "stop": 939537624
        },
        {
            "start": 939537627,
            "stop": 939537638
        },
        {
            "start": 939537641,
            "stop": 939537644
        },
        {
            "start": 939537647,
            "stop": 939537654
        },
        {
            "start": 939537660,
            "stop": 939537661
        },
        {
            "start": 939537667,
            "stop": 939537668
        },
        {
            "start": 939537671,
            "stop": 939537672
        },
        {
            "start": 939537677,
            "stop": 939537678
        },
        {
            "start": 939537681,
            "stop": 939537684
        },
        {
            "start": 939537689,
            "stop": 939537992
        },
        {
            "start": 939538000,
            "stop": 939538067
        },
        {
            "start": 939538070,
            "stop": 939538071
        },
        {
            "start": 939538092,
            "stop": 939538105
        },
        {
            "start": 939538110,
            "stop": 939538112
        },
        {
            "start": 939538115,
            "stop": 939538121
        },
        {
            "start": 939538125,
            "stop": 939538128
        },
        {
            "start": 939538134,
            "stop": 939538219
        },
        {
            "start": 939538225,
            "stop": 939538235
        }
    ]
}