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_CAT1/segments?format=api&page=9897
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9898",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9896",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 9897,
    "results": [
        {
            "start": 874519994,
            "stop": 874519998
        },
        {
            "start": 874519999,
            "stop": 874520001
        },
        {
            "start": 874520002,
            "stop": 874520003
        },
        {
            "start": 874520004,
            "stop": 874520008
        },
        {
            "start": 874520009,
            "stop": 874520011
        },
        {
            "start": 874520013,
            "stop": 874520015
        },
        {
            "start": 874520016,
            "stop": 874520017
        },
        {
            "start": 874520018,
            "stop": 874520022
        },
        {
            "start": 874520023,
            "stop": 874520035
        },
        {
            "start": 874520036,
            "stop": 874520041
        },
        {
            "start": 874520042,
            "stop": 874520046
        },
        {
            "start": 874520047,
            "stop": 874520063
        },
        {
            "start": 874520064,
            "stop": 874520065
        },
        {
            "start": 874521897,
            "stop": 874525063
        },
        {
            "start": 874525066,
            "stop": 874534068
        },
        {
            "start": 874534071,
            "stop": 874534649
        },
        {
            "start": 874534655,
            "stop": 874534658
        },
        {
            "start": 874534661,
            "stop": 874535391
        },
        {
            "start": 874535394,
            "stop": 874538739
        },
        {
            "start": 874538742,
            "stop": 874539526
        }
    ]
}