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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=192",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=190",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 191,
    "results": [
        {
            "start": 826256776,
            "stop": 826256836
        },
        {
            "start": 826257408,
            "stop": 826257468
        },
        {
            "start": 826257914,
            "stop": 826258574
        },
        {
            "start": 826258731,
            "stop": 826258791
        },
        {
            "start": 826259208,
            "stop": 826259388
        },
        {
            "start": 826259555,
            "stop": 826259645
        },
        {
            "start": 826259821,
            "stop": 826259881
        },
        {
            "start": 826264453,
            "stop": 826264513
        },
        {
            "start": 826275194,
            "stop": 826275344
        },
        {
            "start": 826282126,
            "stop": 826282546
        },
        {
            "start": 826283853,
            "stop": 826285953
        },
        {
            "start": 826286112,
            "stop": 826286172
        },
        {
            "start": 826286373,
            "stop": 826286673
        },
        {
            "start": 826286836,
            "stop": 826287496
        },
        {
            "start": 826287900,
            "stop": 826288080
        },
        {
            "start": 826288682,
            "stop": 826289042
        },
        {
            "start": 826291474,
            "stop": 826291834
        },
        {
            "start": 826292555,
            "stop": 826292855
        },
        {
            "start": 826293116,
            "stop": 826293176
        },
        {
            "start": 826293325,
            "stop": 826293625
        }
    ]
}