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=655
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=656",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=654",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 655,
    "results": [
        {
            "start": 852633278,
            "stop": 852633338
        },
        {
            "start": 852638830,
            "stop": 852641920
        },
        {
            "start": 852642070,
            "stop": 852642910
        },
        {
            "start": 852643747,
            "stop": 852644107
        },
        {
            "start": 852646005,
            "stop": 852649635
        },
        {
            "start": 852649965,
            "stop": 852651045
        },
        {
            "start": 852658283,
            "stop": 852660083
        },
        {
            "start": 852665015,
            "stop": 852665105
        },
        {
            "start": 852665255,
            "stop": 852665375
        },
        {
            "start": 852665525,
            "stop": 852669005
        },
        {
            "start": 852669162,
            "stop": 852669822
        },
        {
            "start": 852674084,
            "stop": 852674324
        },
        {
            "start": 852674573,
            "stop": 852675833
        },
        {
            "start": 852676086,
            "stop": 852676146
        },
        {
            "start": 852690254,
            "stop": 852690704
        },
        {
            "start": 852690854,
            "stop": 852691064
        },
        {
            "start": 852691244,
            "stop": 852691814
        },
        {
            "start": 852695915,
            "stop": 852697895
        },
        {
            "start": 852725713,
            "stop": 852725773
        },
        {
            "start": 852725941,
            "stop": 852726781
        }
    ]
}