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=9893
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=9894",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9892",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 9893,
    "results": [
        {
            "start": 874481444,
            "stop": 874482364
        },
        {
            "start": 874482367,
            "stop": 874482449
        },
        {
            "start": 874482452,
            "stop": 874483364
        },
        {
            "start": 874483367,
            "stop": 874488227
        },
        {
            "start": 874489490,
            "stop": 874494234
        },
        {
            "start": 874494237,
            "stop": 874497810
        },
        {
            "start": 874497815,
            "stop": 874502142
        },
        {
            "start": 874502145,
            "stop": 874502910
        },
        {
            "start": 874502913,
            "stop": 874502917
        },
        {
            "start": 874502920,
            "stop": 874505086
        },
        {
            "start": 874505089,
            "stop": 874505495
        },
        {
            "start": 874505498,
            "stop": 874508810
        },
        {
            "start": 874508811,
            "stop": 874509361
        },
        {
            "start": 874509364,
            "stop": 874516533
        },
        {
            "start": 874518439,
            "stop": 874518440
        },
        {
            "start": 874518487,
            "stop": 874518488
        },
        {
            "start": 874518498,
            "stop": 874518499
        },
        {
            "start": 874518509,
            "stop": 874518510
        },
        {
            "start": 874518515,
            "stop": 874518518
        },
        {
            "start": 874518521,
            "stop": 874518525
        }
    ]
}