Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=222
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=223",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=221",
    "results_count": 5354,
    "results_per_page": 20,
    "num_pages": 268,
    "page_number": 222,
    "results": [
        {
            "start": 859401094,
            "stop": 859431726
        },
        {
            "start": 859433233,
            "stop": 859474790
        },
        {
            "start": 859477164,
            "stop": 859477513
        },
        {
            "start": 859478795,
            "stop": 859495978
        },
        {
            "start": 859511146,
            "stop": 859551324
        },
        {
            "start": 859552630,
            "stop": 859575997
        },
        {
            "start": 859577226,
            "stop": 859591340
        },
        {
            "start": 859592816,
            "stop": 859607373
        },
        {
            "start": 859608305,
            "stop": 859647517
        },
        {
            "start": 859663562,
            "stop": 859664402
        },
        {
            "start": 859664605,
            "stop": 859664958
        },
        {
            "start": 859665070,
            "stop": 859704468
        },
        {
            "start": 859705507,
            "stop": 859720414
        },
        {
            "start": 859721719,
            "stop": 859722349
        },
        {
            "start": 859725180,
            "stop": 859736184
        },
        {
            "start": 859737807,
            "stop": 859751603
        },
        {
            "start": 859752467,
            "stop": 859758226
        },
        {
            "start": 859759062,
            "stop": 859759256
        },
        {
            "start": 859759969,
            "stop": 859761457
        },
        {
            "start": 859762860,
            "stop": 859766654
        }
    ]
}