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=624
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=625",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=623",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 624,
    "results": [
        {
            "start": 850698508,
            "stop": 850698628
        },
        {
            "start": 850698804,
            "stop": 850698894
        },
        {
            "start": 850699050,
            "stop": 850700790
        },
        {
            "start": 850700950,
            "stop": 850701430
        },
        {
            "start": 850701721,
            "stop": 850702321
        },
        {
            "start": 850702617,
            "stop": 850702737
        },
        {
            "start": 850703361,
            "stop": 850703781
        },
        {
            "start": 850703974,
            "stop": 850704184
        },
        {
            "start": 850705034,
            "stop": 850705304
        },
        {
            "start": 850705721,
            "stop": 850708541
        },
        {
            "start": 850708699,
            "stop": 850708759
        },
        {
            "start": 850709125,
            "stop": 850709665
        },
        {
            "start": 850710535,
            "stop": 850710595
        },
        {
            "start": 850710756,
            "stop": 850710996
        },
        {
            "start": 850711232,
            "stop": 850711352
        },
        {
            "start": 850711382,
            "stop": 850711892
        },
        {
            "start": 850712083,
            "stop": 850712473
        },
        {
            "start": 850712503,
            "stop": 850712743
        },
        {
            "start": 850712887,
            "stop": 850713337
        },
        {
            "start": 850713367,
            "stop": 850714027
        }
    ]
}