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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_STOCH_CAT1/segments?format=api&page=31",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_STOCH_CAT1/segments?format=api&page=29",
    "results_count": 1162,
    "results_per_page": 20,
    "num_pages": 59,
    "page_number": 30,
    "results": [
        {
            "start": 1405323160,
            "stop": 1405323660
        },
        {
            "start": 1405323780,
            "stop": 1405323931
        },
        {
            "start": 1405324175,
            "stop": 1405324691
        },
        {
            "start": 1405325339,
            "stop": 1405325411
        },
        {
            "start": 1405325787,
            "stop": 1405326803
        },
        {
            "start": 1405327419,
            "stop": 1405327507
        },
        {
            "start": 1405328025,
            "stop": 1405330701
        },
        {
            "start": 1405331029,
            "stop": 1405331325
        },
        {
            "start": 1405331509,
            "stop": 1405332509
        },
        {
            "start": 1405332693,
            "stop": 1405333101
        },
        {
            "start": 1405333285,
            "stop": 1405333309
        },
        {
            "start": 1405333749,
            "stop": 1405333933
        },
        {
            "start": 1405335621,
            "stop": 1405335629
        },
        {
            "start": 1405335877,
            "stop": 1405336333
        },
        {
            "start": 1405336869,
            "stop": 1405338589
        },
        {
            "start": 1405339093,
            "stop": 1405339933
        },
        {
            "start": 1405340821,
            "stop": 1405342397
        },
        {
            "start": 1405343237,
            "stop": 1405343405
        },
        {
            "start": 1405343573,
            "stop": 1405343581
        },
        {
            "start": 1405343765,
            "stop": 1405352039
        }
    ]
}