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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=180",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=178",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 179,
    "results": [
        {
            "start": 836939170,
            "stop": 836939171
        },
        {
            "start": 836939174,
            "stop": 836940321
        },
        {
            "start": 836948220,
            "stop": 836948833
        },
        {
            "start": 836949995,
            "stop": 836953302
        },
        {
            "start": 836954280,
            "stop": 836958073
        },
        {
            "start": 836959404,
            "stop": 836959789
        },
        {
            "start": 836959861,
            "stop": 836965083
        },
        {
            "start": 836966925,
            "stop": 836968247
        },
        {
            "start": 836968249,
            "stop": 836973495
        },
        {
            "start": 836973536,
            "stop": 837010953
        },
        {
            "start": 837010955,
            "stop": 837011525
        },
        {
            "start": 837011529,
            "stop": 837014297
        },
        {
            "start": 837014299,
            "stop": 837014309
        },
        {
            "start": 837014311,
            "stop": 837025609
        },
        {
            "start": 837027449,
            "stop": 837033446
        },
        {
            "start": 837034728,
            "stop": 837038053
        },
        {
            "start": 837038990,
            "stop": 837070813
        },
        {
            "start": 837072567,
            "stop": 837072664
        },
        {
            "start": 837072666,
            "stop": 837073726
        },
        {
            "start": 837073728,
            "stop": 837078609
        }
    ]
}