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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16666",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16664",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16665,
    "results": [
        {
            "start": 874865724,
            "stop": 874865729
        },
        {
            "start": 874865730,
            "stop": 874865742
        },
        {
            "start": 874865743,
            "stop": 874865751
        },
        {
            "start": 874865752,
            "stop": 874865756
        },
        {
            "start": 874865758,
            "stop": 874865763
        },
        {
            "start": 874865764,
            "stop": 874865793
        },
        {
            "start": 874865794,
            "stop": 874865807
        },
        {
            "start": 874865808,
            "stop": 874865840
        },
        {
            "start": 874865841,
            "stop": 874865878
        },
        {
            "start": 874865879,
            "stop": 874866077
        },
        {
            "start": 874866078,
            "stop": 874866299
        },
        {
            "start": 874866301,
            "stop": 874866395
        },
        {
            "start": 874866398,
            "stop": 874866673
        },
        {
            "start": 874866674,
            "stop": 874866733
        },
        {
            "start": 874866734,
            "stop": 874866737
        },
        {
            "start": 874866738,
            "stop": 874866749
        },
        {
            "start": 874866750,
            "stop": 874866868
        },
        {
            "start": 874866870,
            "stop": 874866911
        },
        {
            "start": 874866912,
            "stop": 874866991
        },
        {
            "start": 874866992,
            "stop": 874867024
        }
    ]
}