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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2320",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2318",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2319,
    "results": [
        {
            "start": 874234805,
            "stop": 874234852
        },
        {
            "start": 874234871,
            "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": 874236007
        },
        {
            "start": 874236031,
            "stop": 874236063
        },
        {
            "start": 874236082,
            "stop": 874236184
        },
        {
            "start": 874236208,
            "stop": 874236248
        },
        {
            "start": 874236267,
            "stop": 874236677
        },
        {
            "start": 874236696,
            "stop": 874238127
        },
        {
            "start": 874238146,
            "stop": 874238223
        },
        {
            "start": 874238242,
            "stop": 874238532
        },
        {
            "start": 874238551,
            "stop": 874238560
        },
        {
            "start": 874238584,
            "stop": 874238614
        },
        {
            "start": 874240642,
            "stop": 874240649
        },
        {
            "start": 874240677,
            "stop": 874240686
        }
    ]
}