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=767
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=768",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=766",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 767,
    "results": [
        {
            "start": 856702560,
            "stop": 856705260
        },
        {
            "start": 856707188,
            "stop": 856707608
        },
        {
            "start": 856707842,
            "stop": 856710902
        },
        {
            "start": 856713885,
            "stop": 856716645
        },
        {
            "start": 856716810,
            "stop": 856718370
        },
        {
            "start": 856721908,
            "stop": 856722028
        },
        {
            "start": 856722088,
            "stop": 856724548
        },
        {
            "start": 856724943,
            "stop": 856725783
        },
        {
            "start": 856727198,
            "stop": 856727438
        },
        {
            "start": 856727656,
            "stop": 856728076
        },
        {
            "start": 856728530,
            "stop": 856728710
        },
        {
            "start": 856729978,
            "stop": 856730278
        },
        {
            "start": 856747842,
            "stop": 856754622
        },
        {
            "start": 856755717,
            "stop": 856766937
        },
        {
            "start": 856767202,
            "stop": 856773262
        },
        {
            "start": 856774798,
            "stop": 856777858
        },
        {
            "start": 856778438,
            "stop": 856778798
        },
        {
            "start": 856781720,
            "stop": 856782440
        },
        {
            "start": 856782740,
            "stop": 856782860
        },
        {
            "start": 856782890,
            "stop": 856783220
        }
    ]
}