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=573
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=574",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=572",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 573,
    "results": [
        {
            "start": 827504180,
            "stop": 827505329
        },
        {
            "start": 827505351,
            "stop": 827506014
        },
        {
            "start": 827506031,
            "stop": 827506067
        },
        {
            "start": 827506085,
            "stop": 827508930
        },
        {
            "start": 827508949,
            "stop": 827510658
        },
        {
            "start": 827510733,
            "stop": 827512960
        },
        {
            "start": 827520565,
            "stop": 827520820
        },
        {
            "start": 827520837,
            "stop": 827525294
        },
        {
            "start": 827525316,
            "stop": 827525329
        },
        {
            "start": 827525351,
            "stop": 827525907
        },
        {
            "start": 827525910,
            "stop": 827526015
        },
        {
            "start": 827526018,
            "stop": 827526022
        },
        {
            "start": 827526026,
            "stop": 827526480
        },
        {
            "start": 827526540,
            "stop": 827526874
        },
        {
            "start": 827526892,
            "stop": 827527625
        },
        {
            "start": 827527642,
            "stop": 827528349
        },
        {
            "start": 827528366,
            "stop": 827528548
        },
        {
            "start": 827528848,
            "stop": 827530956
        },
        {
            "start": 827530973,
            "stop": 827533016
        },
        {
            "start": 827533019,
            "stop": 827534348
        }
    ]
}