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=299
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=300",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=298",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 299,
    "results": [
        {
            "start": 832299961,
            "stop": 832300321
        },
        {
            "start": 832301703,
            "stop": 832305843
        },
        {
            "start": 832306200,
            "stop": 832308720
        },
        {
            "start": 832309001,
            "stop": 832309241
        },
        {
            "start": 832309490,
            "stop": 832309550
        },
        {
            "start": 832309705,
            "stop": 832309765
        },
        {
            "start": 832309926,
            "stop": 832312086
        },
        {
            "start": 832312240,
            "stop": 832312600
        },
        {
            "start": 832312869,
            "stop": 832312929
        },
        {
            "start": 832313264,
            "stop": 832315364
        },
        {
            "start": 832316550,
            "stop": 832318800
        },
        {
            "start": 832318860,
            "stop": 832327830
        },
        {
            "start": 832327999,
            "stop": 832329559
        },
        {
            "start": 832330843,
            "stop": 832331833
        },
        {
            "start": 832375351,
            "stop": 832375591
        },
        {
            "start": 832375989,
            "stop": 832376169
        },
        {
            "start": 832376305,
            "stop": 832377385
        },
        {
            "start": 832377707,
            "stop": 832381067
        },
        {
            "start": 832381235,
            "stop": 832381355
        },
        {
            "start": 832382045,
            "stop": 832382525
        }
    ]
}