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_CAT2/segments?format=api&page=705
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=706",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=704",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 705,
    "results": [
        {
            "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
        },
        {
            "start": 859767291,
            "stop": 859767303
        },
        {
            "start": 859767703,
            "stop": 859781258
        },
        {
            "start": 859783361,
            "stop": 859787071
        },
        {
            "start": 859796788,
            "stop": 859821863
        },
        {
            "start": 859821866,
            "stop": 859831578
        }
    ]
}