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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=884",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=882",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 883,
    "results": [
        {
            "start": 863414023,
            "stop": 863414593
        },
        {
            "start": 863414743,
            "stop": 863417773
        },
        {
            "start": 863417923,
            "stop": 863419183
        },
        {
            "start": 863419333,
            "stop": 863427403
        },
        {
            "start": 863427559,
            "stop": 863427739
        },
        {
            "start": 863428785,
            "stop": 863430885
        },
        {
            "start": 863431035,
            "stop": 863432985
        },
        {
            "start": 863433225,
            "stop": 863434365
        },
        {
            "start": 863437237,
            "stop": 863439877
        },
        {
            "start": 863439907,
            "stop": 863443957
        },
        {
            "start": 863444164,
            "stop": 863445904
        },
        {
            "start": 863446090,
            "stop": 863448070
        },
        {
            "start": 863448220,
            "stop": 863449270
        },
        {
            "start": 863450700,
            "stop": 863457660
        },
        {
            "start": 863459813,
            "stop": 863459933
        },
        {
            "start": 863460510,
            "stop": 863460690
        },
        {
            "start": 863461687,
            "stop": 863462227
        },
        {
            "start": 863465776,
            "stop": 863466136
        },
        {
            "start": 863470665,
            "stop": 863471295
        },
        {
            "start": 863471475,
            "stop": 863471655
        }
    ]
}