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=813
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=814",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=812",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 813,
    "results": [
        {
            "start": 859567271,
            "stop": 859567331
        },
        {
            "start": 859567521,
            "stop": 859567971
        },
        {
            "start": 859568443,
            "stop": 859568623
        },
        {
            "start": 859568784,
            "stop": 859568964
        },
        {
            "start": 859569464,
            "stop": 859569584
        },
        {
            "start": 859569782,
            "stop": 859569842
        },
        {
            "start": 859569990,
            "stop": 859570290
        },
        {
            "start": 859570583,
            "stop": 859570763
        },
        {
            "start": 859570909,
            "stop": 859570969
        },
        {
            "start": 859571336,
            "stop": 859571396
        },
        {
            "start": 859572252,
            "stop": 859572312
        },
        {
            "start": 859572556,
            "stop": 859572856
        },
        {
            "start": 859573242,
            "stop": 859573482
        },
        {
            "start": 859573718,
            "stop": 859573778
        },
        {
            "start": 859573933,
            "stop": 859574053
        },
        {
            "start": 859574306,
            "stop": 859574366
        },
        {
            "start": 859574512,
            "stop": 859574692
        },
        {
            "start": 859575090,
            "stop": 859575150
        },
        {
            "start": 859575681,
            "stop": 859575741
        },
        {
            "start": 859578024,
            "stop": 859578084
        }
    ]
}