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=693
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=694",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=692",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 693,
    "results": [
        {
            "start": 855698972,
            "stop": 855699032
        },
        {
            "start": 855699314,
            "stop": 855702074
        },
        {
            "start": 855702232,
            "stop": 855702772
        },
        {
            "start": 855702989,
            "stop": 855703589
        },
        {
            "start": 855704906,
            "stop": 855706346
        },
        {
            "start": 855707736,
            "stop": 855708456
        },
        {
            "start": 855712413,
            "stop": 855718113
        },
        {
            "start": 855718273,
            "stop": 855718693
        },
        {
            "start": 855718848,
            "stop": 855719988
        },
        {
            "start": 855720177,
            "stop": 855721137
        },
        {
            "start": 855721288,
            "stop": 855721888
        },
        {
            "start": 855722172,
            "stop": 855722772
        },
        {
            "start": 855722944,
            "stop": 855723544
        },
        {
            "start": 855723690,
            "stop": 855729750
        },
        {
            "start": 855729898,
            "stop": 855730198
        },
        {
            "start": 855730447,
            "stop": 855730927
        },
        {
            "start": 855731547,
            "stop": 855731607
        },
        {
            "start": 855731895,
            "stop": 855732135
        },
        {
            "start": 855732689,
            "stop": 855733169
        },
        {
            "start": 855733333,
            "stop": 855733693
        }
    ]
}