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=804
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=805",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=803",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 804,
    "results": [
        {
            "start": 859064440,
            "stop": 859065100
        },
        {
            "start": 859065287,
            "stop": 859065587
        },
        {
            "start": 859066003,
            "stop": 859066303
        },
        {
            "start": 859067221,
            "stop": 859068871
        },
        {
            "start": 859070263,
            "stop": 859072663
        },
        {
            "start": 859073719,
            "stop": 859074019
        },
        {
            "start": 859074169,
            "stop": 859074319
        },
        {
            "start": 859075000,
            "stop": 859075060
        },
        {
            "start": 859075397,
            "stop": 859075457
        },
        {
            "start": 859076897,
            "stop": 859076987
        },
        {
            "start": 859077215,
            "stop": 859077365
        },
        {
            "start": 859077545,
            "stop": 859078115
        },
        {
            "start": 859078314,
            "stop": 859078524
        },
        {
            "start": 859078975,
            "stop": 859079035
        },
        {
            "start": 859079253,
            "stop": 859079313
        },
        {
            "start": 859080717,
            "stop": 859080867
        },
        {
            "start": 859081077,
            "stop": 859081767
        },
        {
            "start": 859082007,
            "stop": 859082277
        },
        {
            "start": 859082427,
            "stop": 859083057
        },
        {
            "start": 859083207,
            "stop": 859084617
        }
    ]
}