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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=269",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=267",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 268,
    "results": [
        {
            "start": 821048648,
            "stop": 821048677
        },
        {
            "start": 821048680,
            "stop": 821048723
        },
        {
            "start": 821048737,
            "stop": 821048743
        },
        {
            "start": 821048746,
            "stop": 821048757
        },
        {
            "start": 821048761,
            "stop": 821048768
        },
        {
            "start": 821048824,
            "stop": 821048877
        },
        {
            "start": 821048880,
            "stop": 821048930
        },
        {
            "start": 821048934,
            "stop": 821048950
        },
        {
            "start": 821048954,
            "stop": 821048962
        },
        {
            "start": 821048966,
            "stop": 821048985
        },
        {
            "start": 821048989,
            "stop": 821049004
        },
        {
            "start": 821049007,
            "stop": 821049026
        },
        {
            "start": 821049030,
            "stop": 821049041
        },
        {
            "start": 821049044,
            "stop": 821049074
        },
        {
            "start": 821049083,
            "stop": 821049099
        },
        {
            "start": 821049102,
            "stop": 821049134
        },
        {
            "start": 821049137,
            "stop": 821049138
        },
        {
            "start": 821049141,
            "stop": 821049147
        },
        {
            "start": 821049151,
            "stop": 821049155
        },
        {
            "start": 821049158,
            "stop": 821049171
        }
    ]
}