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=40953
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=40954",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40952",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40953,
    "results": [
        {
            "start": 875121068,
            "stop": 875121069
        },
        {
            "start": 875121070,
            "stop": 875121078
        },
        {
            "start": 875121080,
            "stop": 875121095
        },
        {
            "start": 875121096,
            "stop": 875121120
        },
        {
            "start": 875121122,
            "stop": 875121141
        },
        {
            "start": 875121142,
            "stop": 875121173
        },
        {
            "start": 875121175,
            "stop": 875121179
        },
        {
            "start": 875121180,
            "stop": 875121193
        },
        {
            "start": 875121194,
            "stop": 875121234
        },
        {
            "start": 875121235,
            "stop": 875121240
        },
        {
            "start": 875121300,
            "stop": 875121374
        },
        {
            "start": 875121375,
            "stop": 875121389
        },
        {
            "start": 875121390,
            "stop": 875121397
        },
        {
            "start": 875121398,
            "stop": 875121412
        },
        {
            "start": 875121413,
            "stop": 875121433
        },
        {
            "start": 875121435,
            "stop": 875121469
        },
        {
            "start": 875121470,
            "stop": 875121477
        },
        {
            "start": 875121478,
            "stop": 875121481
        },
        {
            "start": 875121482,
            "stop": 875121517
        },
        {
            "start": 875121518,
            "stop": 875121525
        }
    ]
}