Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10275
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10276",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10274",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10275,
    "results": [
        {
            "start": 874823880,
            "stop": 874823997
        },
        {
            "start": 874824004,
            "stop": 874824039
        },
        {
            "start": 874824046,
            "stop": 874824148
        },
        {
            "start": 874824191,
            "stop": 874824343
        },
        {
            "start": 874824360,
            "stop": 874824728
        },
        {
            "start": 874824840,
            "stop": 874825340
        },
        {
            "start": 874825377,
            "stop": 874825429
        },
        {
            "start": 874825440,
            "stop": 874825920
        },
        {
            "start": 874825980,
            "stop": 874826154
        },
        {
            "start": 874826164,
            "stop": 874826315
        },
        {
            "start": 874826351,
            "stop": 874826580
        },
        {
            "start": 874826640,
            "stop": 874826820
        },
        {
            "start": 874826880,
            "stop": 874827060
        },
        {
            "start": 874827120,
            "stop": 874827540
        },
        {
            "start": 874827600,
            "stop": 874827617
        },
        {
            "start": 874827631,
            "stop": 874827699
        },
        {
            "start": 874827716,
            "stop": 874827754
        },
        {
            "start": 874827761,
            "stop": 874827838
        },
        {
            "start": 874827847,
            "stop": 874827900
        },
        {
            "start": 874827960,
            "stop": 874828372
        }
    ]
}