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=828
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=829",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=827",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 828,
    "results": [
        {
            "start": 863330579,
            "stop": 863330879
        },
        {
            "start": 863331037,
            "stop": 863332147
        },
        {
            "start": 863332297,
            "stop": 863334577
        },
        {
            "start": 863335581,
            "stop": 863335641
        },
        {
            "start": 863335851,
            "stop": 863336001
        },
        {
            "start": 863336061,
            "stop": 863336661
        },
        {
            "start": 863336691,
            "stop": 863336751
        },
        {
            "start": 863336901,
            "stop": 863337141
        },
        {
            "start": 863337231,
            "stop": 863337291
        },
        {
            "start": 863337351,
            "stop": 863337801
        },
        {
            "start": 863337891,
            "stop": 863337951
        },
        {
            "start": 863337981,
            "stop": 863338911
        },
        {
            "start": 863338941,
            "stop": 863339061
        },
        {
            "start": 863339151,
            "stop": 863339271
        },
        {
            "start": 863339331,
            "stop": 863339451
        },
        {
            "start": 863339511,
            "stop": 863342661
        },
        {
            "start": 863342811,
            "stop": 863344011
        },
        {
            "start": 863344041,
            "stop": 863344101
        },
        {
            "start": 863344131,
            "stop": 863344251
        },
        {
            "start": 863344401,
            "stop": 863344461
        }
    ]
}