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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=223",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=221",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 222,
    "results": [
        {
            "start": 835888226,
            "stop": 835889559
        },
        {
            "start": 835889561,
            "stop": 835889575
        },
        {
            "start": 835889679,
            "stop": 835890242
        },
        {
            "start": 835890244,
            "stop": 835890271
        },
        {
            "start": 835890337,
            "stop": 835896981
        },
        {
            "start": 835900891,
            "stop": 835905967
        },
        {
            "start": 835906486,
            "stop": 835944219
        },
        {
            "start": 835944831,
            "stop": 835947363
        },
        {
            "start": 835947364,
            "stop": 835951972
        },
        {
            "start": 835951974,
            "stop": 835956545
        },
        {
            "start": 835956547,
            "stop": 835966429
        },
        {
            "start": 835966881,
            "stop": 835978627
        },
        {
            "start": 835980875,
            "stop": 835985259
        },
        {
            "start": 835985260,
            "stop": 835988328
        },
        {
            "start": 835990058,
            "stop": 835998256
        },
        {
            "start": 835998258,
            "stop": 836000057
        },
        {
            "start": 836000634,
            "stop": 836004330
        },
        {
            "start": 836004331,
            "stop": 836029554
        },
        {
            "start": 836030171,
            "stop": 836042306
        },
        {
            "start": 836042461,
            "stop": 836054322
        }
    ]
}