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/S6/timelines/H1_BURST_CAT3/segments?format=api&page=224
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=225",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=223",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 224,
    "results": [
        {
            "start": 931536812,
            "stop": 931536814
        },
        {
            "start": 931536819,
            "stop": 931536822
        },
        {
            "start": 931536824,
            "stop": 931536830
        },
        {
            "start": 931536832,
            "stop": 931536845
        },
        {
            "start": 931536850,
            "stop": 931536862
        },
        {
            "start": 931536866,
            "stop": 931536868
        },
        {
            "start": 931536871,
            "stop": 931536872
        },
        {
            "start": 931536875,
            "stop": 931536895
        },
        {
            "start": 931536902,
            "stop": 931536903
        },
        {
            "start": 931536904,
            "stop": 931536912
        },
        {
            "start": 931536913,
            "stop": 931536915
        },
        {
            "start": 931536917,
            "stop": 931536918
        },
        {
            "start": 931536922,
            "stop": 931536926
        },
        {
            "start": 931536931,
            "stop": 931536934
        },
        {
            "start": 931536936,
            "stop": 931536939
        },
        {
            "start": 931536941,
            "stop": 931536947
        },
        {
            "start": 931536950,
            "stop": 931536956
        },
        {
            "start": 931536961,
            "stop": 931536967
        },
        {
            "start": 931536972,
            "stop": 931536973
        },
        {
            "start": 931536975,
            "stop": 931536976
        }
    ]
}