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=373
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=374",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=372",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 373,
    "results": [
        {
            "start": 939638397,
            "stop": 939638438
        },
        {
            "start": 939638441,
            "stop": 939638543
        },
        {
            "start": 939638546,
            "stop": 939638582
        },
        {
            "start": 939638585,
            "stop": 939638743
        },
        {
            "start": 939638746,
            "stop": 939638943
        },
        {
            "start": 939638946,
            "stop": 939639075
        },
        {
            "start": 939639078,
            "stop": 939639142
        },
        {
            "start": 939639145,
            "stop": 939639147
        },
        {
            "start": 939639150,
            "stop": 939639207
        },
        {
            "start": 939639210,
            "stop": 939639343
        },
        {
            "start": 939639346,
            "stop": 939639355
        },
        {
            "start": 939639358,
            "stop": 939639373
        },
        {
            "start": 939639376,
            "stop": 939639522
        },
        {
            "start": 939639525,
            "stop": 939639531
        },
        {
            "start": 939639534,
            "stop": 939639597
        },
        {
            "start": 939639600,
            "stop": 939639727
        },
        {
            "start": 939639730,
            "stop": 939639753
        },
        {
            "start": 939639759,
            "stop": 939639856
        },
        {
            "start": 939639859,
            "stop": 939639897
        },
        {
            "start": 939639900,
            "stop": 939640031
        }
    ]
}