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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8800",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8798",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 8799,
    "results": [
        {
            "start": 872415115,
            "stop": 872417339
        },
        {
            "start": 872417356,
            "stop": 872418375
        },
        {
            "start": 872418394,
            "stop": 872419595
        },
        {
            "start": 872419614,
            "stop": 872419761
        },
        {
            "start": 872419780,
            "stop": 872419785
        },
        {
            "start": 872419806,
            "stop": 872419884
        },
        {
            "start": 872419903,
            "stop": 872420812
        },
        {
            "start": 872420831,
            "stop": 872420922
        },
        {
            "start": 872420941,
            "stop": 872421166
        },
        {
            "start": 872421185,
            "stop": 872421253
        },
        {
            "start": 872421272,
            "stop": 872421301
        },
        {
            "start": 872421320,
            "stop": 872421362
        },
        {
            "start": 872421381,
            "stop": 872421945
        },
        {
            "start": 872421964,
            "stop": 872421968
        },
        {
            "start": 872421987,
            "stop": 872422059
        },
        {
            "start": 872422076,
            "stop": 872422118
        },
        {
            "start": 872422142,
            "stop": 872422184
        },
        {
            "start": 872422203,
            "stop": 872422286
        },
        {
            "start": 872422305,
            "stop": 872422313
        },
        {
            "start": 872422332,
            "stop": 872422639
        }
    ]
}