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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=71",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=69",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 70,
    "results": [
        {
            "start": 931502731,
            "stop": 931502735
        },
        {
            "start": 931502740,
            "stop": 931502747
        },
        {
            "start": 931502752,
            "stop": 931502762
        },
        {
            "start": 931502765,
            "stop": 931502769
        },
        {
            "start": 931502771,
            "stop": 931502814
        },
        {
            "start": 931502816,
            "stop": 931502838
        },
        {
            "start": 931502841,
            "stop": 931502859
        },
        {
            "start": 931502865,
            "stop": 931502888
        },
        {
            "start": 931502891,
            "stop": 931502903
        },
        {
            "start": 931502909,
            "stop": 931502925
        },
        {
            "start": 931502929,
            "stop": 931502936
        },
        {
            "start": 931502938,
            "stop": 931502944
        },
        {
            "start": 931502947,
            "stop": 931502949
        },
        {
            "start": 931502952,
            "stop": 931502961
        },
        {
            "start": 931502963,
            "stop": 931502973
        },
        {
            "start": 931502976,
            "stop": 931502979
        },
        {
            "start": 931502981,
            "stop": 931502998
        },
        {
            "start": 931503001,
            "stop": 931503002
        },
        {
            "start": 931503005,
            "stop": 931503006
        },
        {
            "start": 931503009,
            "stop": 931503028
        }
    ]
}