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=9039
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=9040",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=9038",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 9039,
    "results": [
        {
            "start": 874234356,
            "stop": 874234463
        },
        {
            "start": 874234490,
            "stop": 874234786
        },
        {
            "start": 874234805,
            "stop": 874234852
        },
        {
            "start": 874234882,
            "stop": 874235136
        },
        {
            "start": 874235178,
            "stop": 874235250
        },
        {
            "start": 874235320,
            "stop": 874235411
        },
        {
            "start": 874235430,
            "stop": 874235460
        },
        {
            "start": 874235487,
            "stop": 874235488
        },
        {
            "start": 874235574,
            "stop": 874235737
        },
        {
            "start": 874235756,
            "stop": 874235762
        },
        {
            "start": 874235781,
            "stop": 874235951
        },
        {
            "start": 874235968,
            "stop": 874236007
        },
        {
            "start": 874236031,
            "stop": 874236063
        },
        {
            "start": 874236082,
            "stop": 874236184
        },
        {
            "start": 874236208,
            "stop": 874236248
        },
        {
            "start": 874236267,
            "stop": 874236677
        },
        {
            "start": 874236696,
            "stop": 874237519
        },
        {
            "start": 874237539,
            "stop": 874237631
        },
        {
            "start": 874237648,
            "stop": 874237679
        },
        {
            "start": 874237698,
            "stop": 874237806
        }
    ]
}