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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=293",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=291",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 292,
    "results": [
        {
            "start": 931767841,
            "stop": 931767848
        },
        {
            "start": 931767854,
            "stop": 931767855
        },
        {
            "start": 931767858,
            "stop": 931767863
        },
        {
            "start": 931767869,
            "stop": 931767872
        },
        {
            "start": 931767878,
            "stop": 931767881
        },
        {
            "start": 931767884,
            "stop": 931767887
        },
        {
            "start": 931767895,
            "stop": 931767901
        },
        {
            "start": 931767905,
            "stop": 931767906
        },
        {
            "start": 931767911,
            "stop": 931767915
        },
        {
            "start": 931767922,
            "stop": 931767931
        },
        {
            "start": 931767942,
            "stop": 931767947
        },
        {
            "start": 931767950,
            "stop": 931767958
        },
        {
            "start": 931767962,
            "stop": 931767964
        },
        {
            "start": 931767972,
            "stop": 931767973
        },
        {
            "start": 931767979,
            "stop": 931767980
        },
        {
            "start": 931767982,
            "stop": 931767983
        },
        {
            "start": 931767986,
            "stop": 931767988
        },
        {
            "start": 931767991,
            "stop": 931767993
        },
        {
            "start": 931767996,
            "stop": 931767997
        },
        {
            "start": 931768002,
            "stop": 931768015
        }
    ]
}