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=380
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=381",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=379",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 380,
    "results": [
        {
            "start": 836240749,
            "stop": 836241889
        },
        {
            "start": 836242283,
            "stop": 836245823
        },
        {
            "start": 836245972,
            "stop": 836247292
        },
        {
            "start": 836247461,
            "stop": 836247641
        },
        {
            "start": 836248739,
            "stop": 836257499
        },
        {
            "start": 836257650,
            "stop": 836258010
        },
        {
            "start": 836259344,
            "stop": 836259524
        },
        {
            "start": 836263783,
            "stop": 836263843
        },
        {
            "start": 836264205,
            "stop": 836264505
        },
        {
            "start": 836264752,
            "stop": 836264872
        },
        {
            "start": 836265051,
            "stop": 836265321
        },
        {
            "start": 836265822,
            "stop": 836273382
        },
        {
            "start": 836273526,
            "stop": 836273646
        },
        {
            "start": 836273800,
            "stop": 836279080
        },
        {
            "start": 836279230,
            "stop": 836279800
        },
        {
            "start": 836279830,
            "stop": 836282380
        },
        {
            "start": 836282608,
            "stop": 836292988
        },
        {
            "start": 836303757,
            "stop": 836305317
        },
        {
            "start": 836305818,
            "stop": 836305878
        },
        {
            "start": 836306643,
            "stop": 836307243
        }
    ]
}