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=701
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=702",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=700",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 701,
    "results": [
        {
            "start": 855918824,
            "stop": 855919244
        },
        {
            "start": 855920400,
            "stop": 855920880
        },
        {
            "start": 855920910,
            "stop": 855921420
        },
        {
            "start": 855921860,
            "stop": 855928040
        },
        {
            "start": 855928209,
            "stop": 855928329
        },
        {
            "start": 855928621,
            "stop": 855929701
        },
        {
            "start": 855931942,
            "stop": 855932542
        },
        {
            "start": 855932850,
            "stop": 855933750
        },
        {
            "start": 855935950,
            "stop": 855938770
        },
        {
            "start": 855938919,
            "stop": 855939939
        },
        {
            "start": 855940097,
            "stop": 855940757
        },
        {
            "start": 855941509,
            "stop": 855942409
        },
        {
            "start": 855942595,
            "stop": 855942925
        },
        {
            "start": 855943058,
            "stop": 855943358
        },
        {
            "start": 855944955,
            "stop": 855945405
        },
        {
            "start": 855945600,
            "stop": 855946800
        },
        {
            "start": 855946958,
            "stop": 855947198
        },
        {
            "start": 855947513,
            "stop": 855948053
        },
        {
            "start": 855948312,
            "stop": 855948912
        },
        {
            "start": 855949877,
            "stop": 855950417
        }
    ]
}