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=637
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=638",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=636",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 637,
    "results": [
        {
            "start": 851368088,
            "stop": 851368808
        },
        {
            "start": 851378073,
            "stop": 851379933
        },
        {
            "start": 851380145,
            "stop": 851388305
        },
        {
            "start": 851389309,
            "stop": 851391289
        },
        {
            "start": 851392171,
            "stop": 851392771
        },
        {
            "start": 851393020,
            "stop": 851395720
        },
        {
            "start": 851396493,
            "stop": 851397933
        },
        {
            "start": 851398125,
            "stop": 851398305
        },
        {
            "start": 851398750,
            "stop": 851399650
        },
        {
            "start": 851401118,
            "stop": 851401778
        },
        {
            "start": 851402151,
            "stop": 851403111
        },
        {
            "start": 851403264,
            "stop": 851403324
        },
        {
            "start": 851403474,
            "stop": 851403534
        },
        {
            "start": 851403711,
            "stop": 851404551
        },
        {
            "start": 851405144,
            "stop": 851405264
        },
        {
            "start": 851405881,
            "stop": 851406541
        },
        {
            "start": 851406763,
            "stop": 851407093
        },
        {
            "start": 851407123,
            "stop": 851407963
        },
        {
            "start": 851408832,
            "stop": 851409312
        },
        {
            "start": 851409476,
            "stop": 851409536
        }
    ]
}