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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_STOCH_CAT1/segments?format=api&page=4",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_STOCH_CAT1/segments?format=api&page=2",
    "results_count": 568,
    "results_per_page": 20,
    "num_pages": 29,
    "page_number": 3,
    "results": [
        {
            "start": 1370275128,
            "stop": 1370280577
        },
        {
            "start": 1370280834,
            "stop": 1370293640
        },
        {
            "start": 1370301775,
            "stop": 1370330230
        },
        {
            "start": 1370336418,
            "stop": 1370345770
        },
        {
            "start": 1370348285,
            "stop": 1370357618
        },
        {
            "start": 1370360313,
            "stop": 1370376813
        },
        {
            "start": 1370379197,
            "stop": 1370400556
        },
        {
            "start": 1370402911,
            "stop": 1370427083
        },
        {
            "start": 1370431479,
            "stop": 1370480701
        },
        {
            "start": 1370483488,
            "stop": 1370513951
        },
        {
            "start": 1370519397,
            "stop": 1370698750
        },
        {
            "start": 1370719357,
            "stop": 1370740175
        },
        {
            "start": 1370747501,
            "stop": 1370800768
        },
        {
            "start": 1370805947,
            "stop": 1370813551
        },
        {
            "start": 1370817995,
            "stop": 1370825359
        },
        {
            "start": 1370829633,
            "stop": 1370882107
        },
        {
            "start": 1370884969,
            "stop": 1370888409
        },
        {
            "start": 1370903476,
            "stop": 1370903614
        },
        {
            "start": 1370903683,
            "stop": 1370903703
        },
        {
            "start": 1370903729,
            "stop": 1370903841
        }
    ]
}