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=9872
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=9873",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9871",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 9872,
    "results": [
        {
            "start": 874359243,
            "stop": 874359271
        },
        {
            "start": 874359274,
            "stop": 874359506
        },
        {
            "start": 874359509,
            "stop": 874359800
        },
        {
            "start": 874359801,
            "stop": 874360568
        },
        {
            "start": 874360571,
            "stop": 874360731
        },
        {
            "start": 874360734,
            "stop": 874360748
        },
        {
            "start": 874360751,
            "stop": 874361455
        },
        {
            "start": 874361458,
            "stop": 874361729
        },
        {
            "start": 874361732,
            "stop": 874361926
        },
        {
            "start": 874361931,
            "stop": 874362059
        },
        {
            "start": 874362065,
            "stop": 874362119
        },
        {
            "start": 874362122,
            "stop": 874362302
        },
        {
            "start": 874362305,
            "stop": 874362319
        },
        {
            "start": 874362322,
            "stop": 874362346
        },
        {
            "start": 874362349,
            "stop": 874362380
        },
        {
            "start": 874362383,
            "stop": 874362387
        },
        {
            "start": 874362392,
            "stop": 874363128
        },
        {
            "start": 874363135,
            "stop": 874363317
        },
        {
            "start": 874363321,
            "stop": 874363335
        },
        {
            "start": 874363340,
            "stop": 874363347
        }
    ]
}