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=895
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=896",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=894",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 895,
    "results": [
        {
            "start": 866823168,
            "stop": 866823768
        },
        {
            "start": 866830435,
            "stop": 866830735
        },
        {
            "start": 866830888,
            "stop": 866833108
        },
        {
            "start": 866833294,
            "stop": 866833414
        },
        {
            "start": 866833577,
            "stop": 866833637
        },
        {
            "start": 866856909,
            "stop": 866857989
        },
        {
            "start": 866858261,
            "stop": 866861861
        },
        {
            "start": 866862011,
            "stop": 866862161
        },
        {
            "start": 866867911,
            "stop": 866871151
        },
        {
            "start": 866871211,
            "stop": 866871271
        },
        {
            "start": 866871361,
            "stop": 866871421
        },
        {
            "start": 866871541,
            "stop": 866871691
        },
        {
            "start": 866871721,
            "stop": 866871841
        },
        {
            "start": 866871931,
            "stop": 866871991
        },
        {
            "start": 866872051,
            "stop": 866872111
        },
        {
            "start": 866872141,
            "stop": 866872201
        },
        {
            "start": 866872321,
            "stop": 866872381
        },
        {
            "start": 866872411,
            "stop": 866873251
        },
        {
            "start": 866873401,
            "stop": 866873941
        },
        {
            "start": 866874121,
            "stop": 866874211
        }
    ]
}