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=202
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=203",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=201",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 202,
    "results": [
        {
            "start": 848847365,
            "stop": 848850522
        },
        {
            "start": 848851323,
            "stop": 848853371
        },
        {
            "start": 848853917,
            "stop": 848855593
        },
        {
            "start": 848856159,
            "stop": 848865313
        },
        {
            "start": 848869241,
            "stop": 848876413
        },
        {
            "start": 848877822,
            "stop": 848896801
        },
        {
            "start": 848898210,
            "stop": 848918508
        },
        {
            "start": 848919778,
            "stop": 848922313
        },
        {
            "start": 848923274,
            "stop": 848942049
        },
        {
            "start": 848942856,
            "stop": 848944273
        },
        {
            "start": 848945593,
            "stop": 848969596
        },
        {
            "start": 848970201,
            "stop": 848970214
        },
        {
            "start": 848971379,
            "stop": 848981877
        },
        {
            "start": 848984685,
            "stop": 849035342
        },
        {
            "start": 849036862,
            "stop": 849037093
        },
        {
            "start": 849038862,
            "stop": 849044924
        },
        {
            "start": 849045800,
            "stop": 849050322
        },
        {
            "start": 849051650,
            "stop": 849053444
        },
        {
            "start": 849054750,
            "stop": 849073239
        },
        {
            "start": 849073243,
            "stop": 849073244
        }
    ]
}