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=592
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=593",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=591",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 592,
    "results": [
        {
            "start": 836325085,
            "stop": 836325110
        },
        {
            "start": 836325112,
            "stop": 836331260
        },
        {
            "start": 836332454,
            "stop": 836333509
        },
        {
            "start": 836333909,
            "stop": 836334823
        },
        {
            "start": 836336154,
            "stop": 836343996
        },
        {
            "start": 836343998,
            "stop": 836352352
        },
        {
            "start": 836353833,
            "stop": 836354048
        },
        {
            "start": 836354511,
            "stop": 836356467
        },
        {
            "start": 836357059,
            "stop": 836361837
        },
        {
            "start": 836362285,
            "stop": 836375173
        },
        {
            "start": 836376446,
            "stop": 836379075
        },
        {
            "start": 836379570,
            "stop": 836391065
        },
        {
            "start": 836391587,
            "stop": 836395680
        },
        {
            "start": 836396272,
            "stop": 836412147
        },
        {
            "start": 836413952,
            "stop": 836422951
        },
        {
            "start": 836422952,
            "stop": 836426471
        },
        {
            "start": 836432248,
            "stop": 836442368
        },
        {
            "start": 836442369,
            "stop": 836453736
        },
        {
            "start": 836454961,
            "stop": 836459294
        },
        {
            "start": 836460612,
            "stop": 836461513
        }
    ]
}