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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=902",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=900",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 901,
    "results": [
        {
            "start": 1251348986,
            "stop": 1251349002
        },
        {
            "start": 1251349005,
            "stop": 1251349012
        },
        {
            "start": 1251349016,
            "stop": 1251349019
        },
        {
            "start": 1251349023,
            "stop": 1251349100
        },
        {
            "start": 1251349104,
            "stop": 1251349140
        },
        {
            "start": 1251349145,
            "stop": 1251349189
        },
        {
            "start": 1251349194,
            "stop": 1251349200
        },
        {
            "start": 1251353031,
            "stop": 1251354886
        },
        {
            "start": 1251354891,
            "stop": 1251355096
        },
        {
            "start": 1251355100,
            "stop": 1251355213
        },
        {
            "start": 1251355217,
            "stop": 1251362258
        },
        {
            "start": 1251362261,
            "stop": 1251363806
        },
        {
            "start": 1251363810,
            "stop": 1251363852
        },
        {
            "start": 1251363860,
            "stop": 1251365751
        },
        {
            "start": 1251365754,
            "stop": 1251365970
        },
        {
            "start": 1251365974,
            "stop": 1251366056
        },
        {
            "start": 1251366061,
            "stop": 1251366637
        },
        {
            "start": 1251366640,
            "stop": 1251368248
        },
        {
            "start": 1251368252,
            "stop": 1251368407
        },
        {
            "start": 1251368411,
            "stop": 1251369244
        }
    ]
}