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=735
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=736",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=734",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 735,
    "results": [
        {
            "start": 857879249,
            "stop": 857887949
        },
        {
            "start": 857888234,
            "stop": 857889824
        },
        {
            "start": 857889854,
            "stop": 857893814
        },
        {
            "start": 857895421,
            "stop": 857898421
        },
        {
            "start": 857901251,
            "stop": 857906741
        },
        {
            "start": 857906891,
            "stop": 857907041
        },
        {
            "start": 857907282,
            "stop": 857907642
        },
        {
            "start": 857908933,
            "stop": 857910793
        },
        {
            "start": 857910998,
            "stop": 857912558
        },
        {
            "start": 857912740,
            "stop": 857914120
        },
        {
            "start": 857914491,
            "stop": 857917041
        },
        {
            "start": 857918254,
            "stop": 857923114
        },
        {
            "start": 857923266,
            "stop": 857923986
        },
        {
            "start": 857924328,
            "stop": 857924448
        },
        {
            "start": 857924611,
            "stop": 857926291
        },
        {
            "start": 857926438,
            "stop": 857927338
        },
        {
            "start": 857927784,
            "stop": 857928204
        },
        {
            "start": 857928375,
            "stop": 857929215
        },
        {
            "start": 857934698,
            "stop": 857936798
        },
        {
            "start": 857936995,
            "stop": 857939155
        }
    ]
}