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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=225",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=223",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 224,
    "results": [
        {
            "start": 931502222,
            "stop": 931502236
        },
        {
            "start": 931502238,
            "stop": 931502239
        },
        {
            "start": 931502241,
            "stop": 931502244
        },
        {
            "start": 931502246,
            "stop": 931502256
        },
        {
            "start": 931502259,
            "stop": 931502263
        },
        {
            "start": 931502266,
            "stop": 931502272
        },
        {
            "start": 931502275,
            "stop": 931502286
        },
        {
            "start": 931502289,
            "stop": 931502307
        },
        {
            "start": 931502310,
            "stop": 931502323
        },
        {
            "start": 931502326,
            "stop": 931502334
        },
        {
            "start": 931502337,
            "stop": 931502348
        },
        {
            "start": 931502354,
            "stop": 931502367
        },
        {
            "start": 931502370,
            "stop": 931502389
        },
        {
            "start": 931502392,
            "stop": 931502399
        },
        {
            "start": 931502402,
            "stop": 931502411
        },
        {
            "start": 931502413,
            "stop": 931502417
        },
        {
            "start": 931502419,
            "stop": 931502437
        },
        {
            "start": 931502439,
            "stop": 931502459
        },
        {
            "start": 931502462,
            "stop": 931502486
        },
        {
            "start": 931502494,
            "stop": 931502514
        }
    ]
}