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=5387
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=5388",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5386",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 5387,
    "results": [
        {
            "start": 971612983,
            "stop": 971612986
        },
        {
            "start": 971612994,
            "stop": 971612997
        },
        {
            "start": 971613005,
            "stop": 971613059
        },
        {
            "start": 971613062,
            "stop": 971613075
        },
        {
            "start": 971613080,
            "stop": 971613128
        },
        {
            "start": 971613131,
            "stop": 971613149
        },
        {
            "start": 971613153,
            "stop": 971613162
        },
        {
            "start": 971613168,
            "stop": 971613185
        },
        {
            "start": 971613188,
            "stop": 971613261
        },
        {
            "start": 971613264,
            "stop": 971613278
        },
        {
            "start": 971613281,
            "stop": 971613286
        },
        {
            "start": 971613291,
            "stop": 971613433
        },
        {
            "start": 971613436,
            "stop": 971613481
        },
        {
            "start": 971613484,
            "stop": 971613507
        },
        {
            "start": 971613510,
            "stop": 971613592
        },
        {
            "start": 971613595,
            "stop": 971613600
        },
        {
            "start": 971613603,
            "stop": 971613606
        },
        {
            "start": 971613610,
            "stop": 971613618
        },
        {
            "start": 971613624,
            "stop": 971613631
        },
        {
            "start": 971613634,
            "stop": 971613635
        }
    ]
}