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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7545",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7543",
    "results_count": 154166,
    "results_per_page": 20,
    "num_pages": 7709,
    "page_number": 7544,
    "results": [
        {
            "start": 970425262,
            "stop": 970425265
        },
        {
            "start": 970425268,
            "stop": 970425272
        },
        {
            "start": 970425280,
            "stop": 970425281
        },
        {
            "start": 970425319,
            "stop": 970425342
        },
        {
            "start": 970425345,
            "stop": 970425353
        },
        {
            "start": 970425356,
            "stop": 970425379
        },
        {
            "start": 970425382,
            "stop": 970425392
        },
        {
            "start": 970425395,
            "stop": 970425411
        },
        {
            "start": 970425414,
            "stop": 970425453
        },
        {
            "start": 970425456,
            "stop": 970425500
        },
        {
            "start": 970425503,
            "stop": 970425522
        },
        {
            "start": 970425525,
            "stop": 970425533
        },
        {
            "start": 970425537,
            "stop": 970425543
        },
        {
            "start": 970425546,
            "stop": 970425581
        },
        {
            "start": 970425584,
            "stop": 970425600
        },
        {
            "start": 970425603,
            "stop": 970425605
        },
        {
            "start": 970425608,
            "stop": 970425614
        },
        {
            "start": 970425617,
            "stop": 970425625
        },
        {
            "start": 970425631,
            "stop": 970425638
        },
        {
            "start": 970425643,
            "stop": 970425645
        }
    ]
}