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=309
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=310",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=308",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 309,
    "results": [
        {
            "start": 832864926,
            "stop": 832865166
        },
        {
            "start": 832866558,
            "stop": 832866738
        },
        {
            "start": 832866919,
            "stop": 832866979
        },
        {
            "start": 832867206,
            "stop": 832867506
        },
        {
            "start": 832867650,
            "stop": 832867710
        },
        {
            "start": 832869302,
            "stop": 832869602
        },
        {
            "start": 832869812,
            "stop": 832869932
        },
        {
            "start": 832870400,
            "stop": 832870460
        },
        {
            "start": 832870850,
            "stop": 832871030
        },
        {
            "start": 832871217,
            "stop": 832871517
        },
        {
            "start": 832871707,
            "stop": 832871827
        },
        {
            "start": 832872154,
            "stop": 832872574
        },
        {
            "start": 832873021,
            "stop": 832873261
        },
        {
            "start": 832873452,
            "stop": 832873632
        },
        {
            "start": 832874221,
            "stop": 832874281
        },
        {
            "start": 832876330,
            "stop": 832876450
        },
        {
            "start": 832877585,
            "stop": 832878005
        },
        {
            "start": 832878230,
            "stop": 832878590
        },
        {
            "start": 832878781,
            "stop": 832880041
        },
        {
            "start": 832880298,
            "stop": 832880538
        }
    ]
}