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=339
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=340",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=338",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 339,
    "results": [
        {
            "start": 931790636,
            "stop": 931790784
        },
        {
            "start": 931790786,
            "stop": 931790791
        },
        {
            "start": 931790793,
            "stop": 931790833
        },
        {
            "start": 931790835,
            "stop": 931790925
        },
        {
            "start": 931790927,
            "stop": 931790932
        },
        {
            "start": 931790934,
            "stop": 931790968
        },
        {
            "start": 931790970,
            "stop": 931791280
        },
        {
            "start": 931791282,
            "stop": 931791527
        },
        {
            "start": 931791529,
            "stop": 931791551
        },
        {
            "start": 931791671,
            "stop": 931792031
        },
        {
            "start": 931792091,
            "stop": 931792373
        },
        {
            "start": 931792374,
            "stop": 931792441
        },
        {
            "start": 931792442,
            "stop": 931793191
        },
        {
            "start": 931793194,
            "stop": 931793481
        },
        {
            "start": 931793482,
            "stop": 931793575
        },
        {
            "start": 931793576,
            "stop": 931794144
        },
        {
            "start": 931794145,
            "stop": 931795215
        },
        {
            "start": 931795217,
            "stop": 931795511
        },
        {
            "start": 931795571,
            "stop": 931795694
        },
        {
            "start": 931800783,
            "stop": 931800838
        }
    ]
}