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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2355",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2353",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2354,
    "results": [
        {
            "start": 874674986,
            "stop": 874675140
        },
        {
            "start": 874675157,
            "stop": 874675177
        },
        {
            "start": 874675194,
            "stop": 874675471
        },
        {
            "start": 874675492,
            "stop": 874675502
        },
        {
            "start": 874675520,
            "stop": 874675522
        },
        {
            "start": 874675549,
            "stop": 874675550
        },
        {
            "start": 874675583,
            "stop": 874675607
        },
        {
            "start": 874676096,
            "stop": 874676184
        },
        {
            "start": 874676201,
            "stop": 874676280
        },
        {
            "start": 874676297,
            "stop": 874676518
        },
        {
            "start": 874676535,
            "stop": 874676544
        },
        {
            "start": 874676561,
            "stop": 874676581
        },
        {
            "start": 874676600,
            "stop": 874676658
        },
        {
            "start": 874676675,
            "stop": 874676763
        },
        {
            "start": 874676780,
            "stop": 874676852
        },
        {
            "start": 874676869,
            "stop": 874676881
        },
        {
            "start": 874676898,
            "stop": 874676956
        },
        {
            "start": 874676975,
            "stop": 874677031
        },
        {
            "start": 874677048,
            "stop": 874677078
        },
        {
            "start": 874677111,
            "stop": 874677335
        }
    ]
}