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/H1_BURST_CAT2E/segments?format=api&page=7224
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=7225",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7223",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7224,
    "results": [
        {
            "start": 874731040,
            "stop": 874731609
        },
        {
            "start": 874731610,
            "stop": 874731735
        },
        {
            "start": 874731736,
            "stop": 874731957
        },
        {
            "start": 874731958,
            "stop": 874732693
        },
        {
            "start": 874732694,
            "stop": 874732878
        },
        {
            "start": 874732880,
            "stop": 874732973
        },
        {
            "start": 874732974,
            "stop": 874733386
        },
        {
            "start": 874733387,
            "stop": 874733496
        },
        {
            "start": 874733497,
            "stop": 874733562
        },
        {
            "start": 874733563,
            "stop": 874734069
        },
        {
            "start": 874734070,
            "stop": 874734234
        },
        {
            "start": 874734235,
            "stop": 874734253
        },
        {
            "start": 874734254,
            "stop": 874734431
        },
        {
            "start": 874734433,
            "stop": 874734937
        },
        {
            "start": 874734939,
            "stop": 874734998
        },
        {
            "start": 874734999,
            "stop": 874735153
        },
        {
            "start": 874735154,
            "stop": 874735165
        },
        {
            "start": 874735166,
            "stop": 874735841
        },
        {
            "start": 874735843,
            "stop": 874735961
        },
        {
            "start": 874735962,
            "stop": 874735986
        }
    ]
}