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=172
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=173",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=171",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 172,
    "results": [
        {
            "start": 816829465,
            "stop": 816829485
        },
        {
            "start": 816829495,
            "stop": 816829501
        },
        {
            "start": 816829506,
            "stop": 816829531
        },
        {
            "start": 816829535,
            "stop": 816829573
        },
        {
            "start": 816829581,
            "stop": 816829608
        },
        {
            "start": 816829623,
            "stop": 816829633
        },
        {
            "start": 816829639,
            "stop": 816829655
        },
        {
            "start": 816829663,
            "stop": 816829716
        },
        {
            "start": 816829719,
            "stop": 816829746
        },
        {
            "start": 816829751,
            "stop": 816829753
        },
        {
            "start": 816829759,
            "stop": 816829798
        },
        {
            "start": 816829802,
            "stop": 816829803
        },
        {
            "start": 816829824,
            "stop": 816829825
        },
        {
            "start": 816829833,
            "stop": 816829835
        },
        {
            "start": 816829864,
            "stop": 816829917
        },
        {
            "start": 816829922,
            "stop": 816829939
        },
        {
            "start": 816829945,
            "stop": 816830006
        },
        {
            "start": 816830010,
            "stop": 816830031
        },
        {
            "start": 816830036,
            "stop": 816830046
        },
        {
            "start": 816830050,
            "stop": 816830078
        }
    ]
}