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=736
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=737",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=735",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 736,
    "results": [
        {
            "start": 855321310,
            "stop": 855322690
        },
        {
            "start": 855322844,
            "stop": 855323564
        },
        {
            "start": 855323894,
            "stop": 855323954
        },
        {
            "start": 855324122,
            "stop": 855325112
        },
        {
            "start": 855325262,
            "stop": 855326342
        },
        {
            "start": 855326561,
            "stop": 855328541
        },
        {
            "start": 855328691,
            "stop": 855335321
        },
        {
            "start": 855335608,
            "stop": 855336628
        },
        {
            "start": 855336831,
            "stop": 855337191
        },
        {
            "start": 855337341,
            "stop": 855338001
        },
        {
            "start": 855338151,
            "stop": 855338241
        },
        {
            "start": 855338547,
            "stop": 855339327
        },
        {
            "start": 855339477,
            "stop": 855345327
        },
        {
            "start": 855345548,
            "stop": 855345608
        },
        {
            "start": 855345834,
            "stop": 855347874
        },
        {
            "start": 855348053,
            "stop": 855349433
        },
        {
            "start": 855349604,
            "stop": 855351884
        },
        {
            "start": 855360882,
            "stop": 855362022
        },
        {
            "start": 855362218,
            "stop": 855375538
        },
        {
            "start": 855378026,
            "stop": 855379406
        }
    ]
}