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=29322
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=29323",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=29321",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 29322,
    "results": [
        {
            "start": 971240430,
            "stop": 971240437
        },
        {
            "start": 971240439,
            "stop": 971240445
        },
        {
            "start": 971240446,
            "stop": 971240449
        },
        {
            "start": 971240451,
            "stop": 971240466
        },
        {
            "start": 971240468,
            "stop": 971240477
        },
        {
            "start": 971240478,
            "stop": 971240486
        },
        {
            "start": 971240488,
            "stop": 971240512
        },
        {
            "start": 971240513,
            "stop": 971240533
        },
        {
            "start": 971240534,
            "stop": 971240570
        },
        {
            "start": 971240571,
            "stop": 971240607
        },
        {
            "start": 971240608,
            "stop": 971240655
        },
        {
            "start": 971240657,
            "stop": 971240664
        },
        {
            "start": 971240665,
            "stop": 971240668
        },
        {
            "start": 971240670,
            "stop": 971240697
        },
        {
            "start": 971240698,
            "stop": 971240716
        },
        {
            "start": 971240717,
            "stop": 971240743
        },
        {
            "start": 971240747,
            "stop": 971240768
        },
        {
            "start": 971240769,
            "stop": 971240802
        },
        {
            "start": 971240804,
            "stop": 971240865
        },
        {
            "start": 971240867,
            "stop": 971240876
        }
    ]
}