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/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5333
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5334",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5332",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 5333,
    "results": [
        {
            "start": 971158911,
            "stop": 971159683
        },
        {
            "start": 971159686,
            "stop": 971159757
        },
        {
            "start": 971159760,
            "stop": 971159902
        },
        {
            "start": 971159905,
            "stop": 971160221
        },
        {
            "start": 971160224,
            "stop": 971160623
        },
        {
            "start": 971160626,
            "stop": 971161077
        },
        {
            "start": 971161080,
            "stop": 971161313
        },
        {
            "start": 971161316,
            "stop": 971161552
        },
        {
            "start": 971161555,
            "stop": 971161810
        },
        {
            "start": 971161813,
            "stop": 971162087
        },
        {
            "start": 971162090,
            "stop": 971163067
        },
        {
            "start": 971163070,
            "stop": 971163112
        },
        {
            "start": 971163115,
            "stop": 971163172
        },
        {
            "start": 971163175,
            "stop": 971163283
        },
        {
            "start": 971163286,
            "stop": 971163439
        },
        {
            "start": 971163442,
            "stop": 971164292
        },
        {
            "start": 971164295,
            "stop": 971164324
        },
        {
            "start": 971164327,
            "stop": 971164344
        },
        {
            "start": 971164347,
            "stop": 971164348
        },
        {
            "start": 971164351,
            "stop": 971165613
        }
    ]
}