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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=159",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=157",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 158,
    "results": [
        {
            "start": 824134610,
            "stop": 824134730
        },
        {
            "start": 824134939,
            "stop": 824135119
        },
        {
            "start": 824204824,
            "stop": 824204944
        },
        {
            "start": 824205107,
            "stop": 824205227
        },
        {
            "start": 824205399,
            "stop": 824205459
        },
        {
            "start": 824205657,
            "stop": 824205717
        },
        {
            "start": 824205934,
            "stop": 824206054
        },
        {
            "start": 824206219,
            "stop": 824207239
        },
        {
            "start": 824207448,
            "stop": 824208828
        },
        {
            "start": 824209183,
            "stop": 824209243
        },
        {
            "start": 824209415,
            "stop": 824210495
        },
        {
            "start": 824210651,
            "stop": 824211191
        },
        {
            "start": 824211348,
            "stop": 824211468
        },
        {
            "start": 824211620,
            "stop": 824211890
        },
        {
            "start": 824211950,
            "stop": 824212010
        },
        {
            "start": 824212040,
            "stop": 824212340
        },
        {
            "start": 824212504,
            "stop": 824213284
        },
        {
            "start": 824213492,
            "stop": 824214302
        },
        {
            "start": 824216301,
            "stop": 824216781
        },
        {
            "start": 824216927,
            "stop": 824217347
        }
    ]
}