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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=361",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=359",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 360,
    "results": [
        {
            "start": 825087184,
            "stop": 825088045
        },
        {
            "start": 825088048,
            "stop": 825088049
        },
        {
            "start": 825088052,
            "stop": 825088593
        },
        {
            "start": 825088596,
            "stop": 825088779
        },
        {
            "start": 825088782,
            "stop": 825088784
        },
        {
            "start": 825088787,
            "stop": 825089294
        },
        {
            "start": 825090057,
            "stop": 825090080
        },
        {
            "start": 825090085,
            "stop": 825090273
        },
        {
            "start": 825090276,
            "stop": 825091442
        },
        {
            "start": 825091446,
            "stop": 825091606
        },
        {
            "start": 825091609,
            "stop": 825091917
        },
        {
            "start": 825091920,
            "stop": 825091989
        },
        {
            "start": 825091992,
            "stop": 825092336
        },
        {
            "start": 825092340,
            "stop": 825092700
        },
        {
            "start": 825092760,
            "stop": 825092779
        },
        {
            "start": 825092782,
            "stop": 825092998
        },
        {
            "start": 825093001,
            "stop": 825093070
        },
        {
            "start": 825093073,
            "stop": 825093208
        },
        {
            "start": 825093686,
            "stop": 825093768
        },
        {
            "start": 825094298,
            "stop": 825094458
        }
    ]
}