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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=681",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=679",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 680,
    "results": [
        {
            "start": 829763468,
            "stop": 829766324
        },
        {
            "start": 829766341,
            "stop": 829766741
        },
        {
            "start": 829766745,
            "stop": 829772031
        },
        {
            "start": 829772049,
            "stop": 829772352
        },
        {
            "start": 829772356,
            "stop": 829777922
        },
        {
            "start": 829777939,
            "stop": 829780377
        },
        {
            "start": 829780380,
            "stop": 829780754
        },
        {
            "start": 829780771,
            "stop": 829780780
        },
        {
            "start": 829780784,
            "stop": 829782250
        },
        {
            "start": 829782267,
            "stop": 829782780
        },
        {
            "start": 829783080,
            "stop": 829784972
        },
        {
            "start": 829784975,
            "stop": 829787475
        },
        {
            "start": 829787492,
            "stop": 829788960
        },
        {
            "start": 829789026,
            "stop": 829789783
        },
        {
            "start": 829789786,
            "stop": 829789860
        },
        {
            "start": 829789920,
            "stop": 829791158
        },
        {
            "start": 829791161,
            "stop": 829791649
        },
        {
            "start": 829791652,
            "stop": 829793543
        },
        {
            "start": 829793565,
            "stop": 829793873
        },
        {
            "start": 829793876,
            "stop": 829795847
        }
    ]
}