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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=145",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=143",
    "results_count": 6969,
    "results_per_page": 20,
    "num_pages": 349,
    "page_number": 144,
    "results": [
        {
            "start": 836260663,
            "stop": 836261529
        },
        {
            "start": 836261639,
            "stop": 836261720
        },
        {
            "start": 836262020,
            "stop": 836286757
        },
        {
            "start": 836286759,
            "stop": 836292837
        },
        {
            "start": 836294523,
            "stop": 836302467
        },
        {
            "start": 836302566,
            "stop": 836306108
        },
        {
            "start": 836309520,
            "stop": 836331356
        },
        {
            "start": 836332509,
            "stop": 836333553
        },
        {
            "start": 836334614,
            "stop": 836334920
        },
        {
            "start": 836336136,
            "stop": 836336145
        },
        {
            "start": 836336285,
            "stop": 836352448
        },
        {
            "start": 836353872,
            "stop": 836354178
        },
        {
            "start": 836355935,
            "stop": 836356455
        },
        {
            "start": 836358409,
            "stop": 836361824
        },
        {
            "start": 836363150,
            "stop": 836374936
        },
        {
            "start": 836377081,
            "stop": 836378772
        },
        {
            "start": 836378774,
            "stop": 836379062
        },
        {
            "start": 836380618,
            "stop": 836389353
        },
        {
            "start": 836389355,
            "stop": 836391254
        },
        {
            "start": 836393051,
            "stop": 836395940
        }
    ]
}