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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7561",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7559",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 7560,
    "results": [
        {
            "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
        },
        {
            "start": 970425648,
            "stop": 970425667
        },
        {
            "start": 970425670,
            "stop": 970425687
        },
        {
            "start": 970425690,
            "stop": 970425731
        },
        {
            "start": 970425737,
            "stop": 970425760
        },
        {
            "start": 970425763,
            "stop": 970425773
        }
    ]
}