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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8656",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8654",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8655,
    "results": [
        {
            "start": 871649354,
            "stop": 871649520
        },
        {
            "start": 871649700,
            "stop": 871650041
        },
        {
            "start": 871650058,
            "stop": 871650936
        },
        {
            "start": 871651056,
            "stop": 871651130
        },
        {
            "start": 871651210,
            "stop": 871651257
        },
        {
            "start": 871651274,
            "stop": 871651490
        },
        {
            "start": 871651630,
            "stop": 871651680
        },
        {
            "start": 871651740,
            "stop": 871653485
        },
        {
            "start": 871653785,
            "stop": 871653874
        },
        {
            "start": 871654281,
            "stop": 871654294
        },
        {
            "start": 871657860,
            "stop": 871657980
        },
        {
            "start": 871658040,
            "stop": 871658100
        },
        {
            "start": 871658700,
            "stop": 871658744
        },
        {
            "start": 871658940,
            "stop": 871659120
        },
        {
            "start": 871659240,
            "stop": 871659540
        },
        {
            "start": 871659600,
            "stop": 871659832
        },
        {
            "start": 871659849,
            "stop": 871659900
        },
        {
            "start": 871659960,
            "stop": 871660309
        },
        {
            "start": 871660326,
            "stop": 871661025
        },
        {
            "start": 871661042,
            "stop": 871661251
        }
    ]
}