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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=502",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=500",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 501,
    "results": [
        {
            "start": 823702316,
            "stop": 823702410
        },
        {
            "start": 823702413,
            "stop": 823702699
        },
        {
            "start": 823702702,
            "stop": 823702734
        },
        {
            "start": 823702737,
            "stop": 823702893
        },
        {
            "start": 823702896,
            "stop": 823702933
        },
        {
            "start": 823702937,
            "stop": 823703057
        },
        {
            "start": 823703060,
            "stop": 823703103
        },
        {
            "start": 823703106,
            "stop": 823703218
        },
        {
            "start": 823703221,
            "stop": 823703261
        },
        {
            "start": 823703264,
            "stop": 823703353
        },
        {
            "start": 823703356,
            "stop": 823703493
        },
        {
            "start": 823703496,
            "stop": 823703856
        },
        {
            "start": 823703859,
            "stop": 823703943
        },
        {
            "start": 823703946,
            "stop": 823704018
        },
        {
            "start": 823704021,
            "stop": 823704107
        },
        {
            "start": 823704110,
            "stop": 823704378
        },
        {
            "start": 823704381,
            "stop": 823704437
        },
        {
            "start": 823704441,
            "stop": 823704608
        },
        {
            "start": 823704611,
            "stop": 823704774
        },
        {
            "start": 823704777,
            "stop": 823704928
        }
    ]
}