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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=273",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=271",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 272,
    "results": [
        {
            "start": 850062527,
            "stop": 850062532
        },
        {
            "start": 850062536,
            "stop": 850062542
        },
        {
            "start": 850062584,
            "stop": 850062609
        },
        {
            "start": 850062628,
            "stop": 850062673
        },
        {
            "start": 850062759,
            "stop": 850062770
        },
        {
            "start": 850062794,
            "stop": 850062828
        },
        {
            "start": 850062833,
            "stop": 850062868
        },
        {
            "start": 850062871,
            "stop": 850062877
        },
        {
            "start": 850062881,
            "stop": 850062920
        },
        {
            "start": 850062924,
            "stop": 850062934
        },
        {
            "start": 850062938,
            "stop": 850063006
        },
        {
            "start": 850063010,
            "stop": 850063131
        },
        {
            "start": 850063139,
            "stop": 850063237
        },
        {
            "start": 850063241,
            "stop": 850063261
        },
        {
            "start": 850063275,
            "stop": 850063286
        },
        {
            "start": 850063290,
            "stop": 850063296
        },
        {
            "start": 850063299,
            "stop": 850063539
        },
        {
            "start": 850063542,
            "stop": 850063568
        },
        {
            "start": 850063572,
            "stop": 850063753
        },
        {
            "start": 850063757,
            "stop": 850063787
        }
    ]
}