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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=795",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=793",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 794,
    "results": [
        {
            "start": 957673384,
            "stop": 957673573
        },
        {
            "start": 957673579,
            "stop": 957674397
        },
        {
            "start": 957674403,
            "stop": 957674681
        },
        {
            "start": 957674687,
            "stop": 957674705
        },
        {
            "start": 957674710,
            "stop": 957674784
        },
        {
            "start": 957674790,
            "stop": 957674834
        },
        {
            "start": 957674840,
            "stop": 957675928
        },
        {
            "start": 957675934,
            "stop": 957675996
        },
        {
            "start": 957676002,
            "stop": 957676314
        },
        {
            "start": 957676320,
            "stop": 957676592
        },
        {
            "start": 957676598,
            "stop": 957677258
        },
        {
            "start": 957677264,
            "stop": 957677600
        },
        {
            "start": 957677606,
            "stop": 957677660
        },
        {
            "start": 957677666,
            "stop": 957677729
        },
        {
            "start": 957677735,
            "stop": 957678109
        },
        {
            "start": 957678115,
            "stop": 957678404
        },
        {
            "start": 957678410,
            "stop": 957678629
        },
        {
            "start": 957678635,
            "stop": 957679440
        },
        {
            "start": 957679446,
            "stop": 957679798
        },
        {
            "start": 957679804,
            "stop": 957680378
        }
    ]
}