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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=292",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=290",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 291,
    "results": [
        {
            "start": 931767665,
            "stop": 931767669
        },
        {
            "start": 931767672,
            "stop": 931767679
        },
        {
            "start": 931767686,
            "stop": 931767687
        },
        {
            "start": 931767690,
            "stop": 931767699
        },
        {
            "start": 931767702,
            "stop": 931767706
        },
        {
            "start": 931767709,
            "stop": 931767710
        },
        {
            "start": 931767722,
            "stop": 931767726
        },
        {
            "start": 931767730,
            "stop": 931767732
        },
        {
            "start": 931767735,
            "stop": 931767737
        },
        {
            "start": 931767744,
            "stop": 931767747
        },
        {
            "start": 931767757,
            "stop": 931767763
        },
        {
            "start": 931767766,
            "stop": 931767768
        },
        {
            "start": 931767773,
            "stop": 931767776
        },
        {
            "start": 931767778,
            "stop": 931767780
        },
        {
            "start": 931767790,
            "stop": 931767794
        },
        {
            "start": 931767796,
            "stop": 931767802
        },
        {
            "start": 931767805,
            "stop": 931767814
        },
        {
            "start": 931767817,
            "stop": 931767818
        },
        {
            "start": 931767821,
            "stop": 931767823
        },
        {
            "start": 931767829,
            "stop": 931767839
        }
    ]
}