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=194
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=195",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=193",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 194,
    "results": [
        {
            "start": 816849731,
            "stop": 816849749
        },
        {
            "start": 816849755,
            "stop": 816849756
        },
        {
            "start": 816849763,
            "stop": 816849810
        },
        {
            "start": 816849815,
            "stop": 816849819
        },
        {
            "start": 816849824,
            "stop": 816849854
        },
        {
            "start": 816849865,
            "stop": 816849899
        },
        {
            "start": 816849918,
            "stop": 816849920
        },
        {
            "start": 816849925,
            "stop": 816849932
        },
        {
            "start": 816849937,
            "stop": 816849940
        },
        {
            "start": 816849944,
            "stop": 816849962
        },
        {
            "start": 816849981,
            "stop": 816849982
        },
        {
            "start": 816849988,
            "stop": 816850028
        },
        {
            "start": 816850032,
            "stop": 816850043
        },
        {
            "start": 816850047,
            "stop": 816850051
        },
        {
            "start": 816850056,
            "stop": 816850077
        },
        {
            "start": 816850082,
            "stop": 816850097
        },
        {
            "start": 816850103,
            "stop": 816850111
        },
        {
            "start": 816850116,
            "stop": 816850117
        },
        {
            "start": 816850124,
            "stop": 816850125
        },
        {
            "start": 816850128,
            "stop": 816850134
        }
    ]
}