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=16776
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=16777",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16775",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16776,
    "results": [
        {
            "start": 875111489,
            "stop": 875111493
        },
        {
            "start": 875111494,
            "stop": 875111499
        },
        {
            "start": 875111500,
            "stop": 875111510
        },
        {
            "start": 875111511,
            "stop": 875111518
        },
        {
            "start": 875111519,
            "stop": 875111533
        },
        {
            "start": 875111534,
            "stop": 875111545
        },
        {
            "start": 875111546,
            "stop": 875111548
        },
        {
            "start": 875111550,
            "stop": 875111556
        },
        {
            "start": 875111558,
            "stop": 875111603
        },
        {
            "start": 875111604,
            "stop": 875111607
        },
        {
            "start": 875111609,
            "stop": 875111619
        },
        {
            "start": 875111620,
            "stop": 875111629
        },
        {
            "start": 875111636,
            "stop": 875111640
        },
        {
            "start": 875111643,
            "stop": 875111692
        },
        {
            "start": 875111693,
            "stop": 875111695
        },
        {
            "start": 875111697,
            "stop": 875111700
        },
        {
            "start": 875111701,
            "stop": 875111783
        },
        {
            "start": 875111785,
            "stop": 875111786
        },
        {
            "start": 875111788,
            "stop": 875111789
        },
        {
            "start": 875111792,
            "stop": 875111827
        }
    ]
}