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=875
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=876",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=874",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 875,
    "results": [
        {
            "start": 866117250,
            "stop": 866117340
        },
        {
            "start": 866117370,
            "stop": 866117430
        },
        {
            "start": 866117580,
            "stop": 866120160
        },
        {
            "start": 866120981,
            "stop": 866123021
        },
        {
            "start": 866124341,
            "stop": 866124761
        },
        {
            "start": 866124851,
            "stop": 866124941
        },
        {
            "start": 866124971,
            "stop": 866125271
        },
        {
            "start": 866125361,
            "stop": 866125601
        },
        {
            "start": 866133821,
            "stop": 866133881
        },
        {
            "start": 866134077,
            "stop": 866134857
        },
        {
            "start": 866135182,
            "stop": 866135242
        },
        {
            "start": 866138698,
            "stop": 866138998
        },
        {
            "start": 866139151,
            "stop": 866139571
        },
        {
            "start": 866139744,
            "stop": 866139804
        },
        {
            "start": 866139981,
            "stop": 866140551
        },
        {
            "start": 866140701,
            "stop": 866141181
        },
        {
            "start": 866141335,
            "stop": 866143795
        },
        {
            "start": 866143950,
            "stop": 866144490
        },
        {
            "start": 866145045,
            "stop": 866145405
        },
        {
            "start": 866145664,
            "stop": 866149264
        }
    ]
}