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=9831
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=9832",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9830",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 9831,
    "results": [
        {
            "start": 874096659,
            "stop": 874096795
        },
        {
            "start": 874096798,
            "stop": 874097099
        },
        {
            "start": 874097100,
            "stop": 874097541
        },
        {
            "start": 874097542,
            "stop": 874098069
        },
        {
            "start": 874098070,
            "stop": 874098377
        },
        {
            "start": 874098378,
            "stop": 874103722
        },
        {
            "start": 874106234,
            "stop": 874109200
        },
        {
            "start": 874109203,
            "stop": 874115952
        },
        {
            "start": 874115955,
            "stop": 874122821
        },
        {
            "start": 874122824,
            "stop": 874130562
        },
        {
            "start": 874130565,
            "stop": 874132771
        },
        {
            "start": 874132774,
            "stop": 874133703
        },
        {
            "start": 874133706,
            "stop": 874134646
        },
        {
            "start": 874134649,
            "stop": 874134766
        },
        {
            "start": 874134769,
            "stop": 874135264
        },
        {
            "start": 874135267,
            "stop": 874135357
        },
        {
            "start": 874135360,
            "stop": 874135833
        },
        {
            "start": 874137154,
            "stop": 874137167
        },
        {
            "start": 874137170,
            "stop": 874137252
        },
        {
            "start": 874137255,
            "stop": 874137264
        }
    ]
}