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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=245",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=243",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 244,
    "results": [
        {
            "start": 858429006,
            "stop": 858429013
        },
        {
            "start": 858429016,
            "stop": 858429017
        },
        {
            "start": 858429018,
            "stop": 858438016
        },
        {
            "start": 858457346,
            "stop": 858461927
        },
        {
            "start": 858464035,
            "stop": 858465374
        },
        {
            "start": 858466900,
            "stop": 858467802
        },
        {
            "start": 858468478,
            "stop": 858469470
        },
        {
            "start": 858469474,
            "stop": 858470010
        },
        {
            "start": 858471314,
            "stop": 858489746
        },
        {
            "start": 858490325,
            "stop": 858518383
        },
        {
            "start": 858518386,
            "stop": 858518387
        },
        {
            "start": 858518393,
            "stop": 858528382
        },
        {
            "start": 858530522,
            "stop": 858532022
        },
        {
            "start": 858532918,
            "stop": 858535232
        },
        {
            "start": 858536022,
            "stop": 858540054
        },
        {
            "start": 858540057,
            "stop": 858541511
        },
        {
            "start": 858541516,
            "stop": 858551066
        },
        {
            "start": 858551069,
            "stop": 858556042
        },
        {
            "start": 858556721,
            "stop": 858594442
        },
        {
            "start": 858595219,
            "stop": 858607747
        }
    ]
}