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_H1L1/segments?format=api&page=235
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_H1L1/segments?format=api&page=236",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=234",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 235,
    "results": [
        {
            "start": 827883160,
            "stop": 827883340
        },
        {
            "start": 827883515,
            "stop": 827883575
        },
        {
            "start": 827883766,
            "stop": 827884246
        },
        {
            "start": 827884386,
            "stop": 827884686
        },
        {
            "start": 827884847,
            "stop": 827885027
        },
        {
            "start": 827885177,
            "stop": 827885387
        },
        {
            "start": 827885870,
            "stop": 827885930
        },
        {
            "start": 827886088,
            "stop": 827886448
        },
        {
            "start": 827886644,
            "stop": 827886764
        },
        {
            "start": 827886905,
            "stop": 827887385
        },
        {
            "start": 827887603,
            "stop": 827888023
        },
        {
            "start": 827888177,
            "stop": 827888777
        },
        {
            "start": 827888912,
            "stop": 827891852
        },
        {
            "start": 827892004,
            "stop": 827892724
        },
        {
            "start": 827892870,
            "stop": 827893050
        },
        {
            "start": 827893352,
            "stop": 827893412
        },
        {
            "start": 827893577,
            "stop": 827894057
        },
        {
            "start": 827894214,
            "stop": 827894634
        },
        {
            "start": 827894790,
            "stop": 827895750
        },
        {
            "start": 827895906,
            "stop": 827896026
        }
    ]
}