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=43
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=44",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=42",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 43,
    "results": [
        {
            "start": 931251373,
            "stop": 931251375
        },
        {
            "start": 931251377,
            "stop": 931251389
        },
        {
            "start": 931251391,
            "stop": 931251392
        },
        {
            "start": 931251394,
            "stop": 931251395
        },
        {
            "start": 931251407,
            "stop": 931251411
        },
        {
            "start": 931251417,
            "stop": 931251418
        },
        {
            "start": 931251422,
            "stop": 931251434
        },
        {
            "start": 931251436,
            "stop": 931251439
        },
        {
            "start": 931251441,
            "stop": 931251459
        },
        {
            "start": 931251461,
            "stop": 931251469
        },
        {
            "start": 931251471,
            "stop": 931251473
        },
        {
            "start": 931251475,
            "stop": 931251481
        },
        {
            "start": 931251488,
            "stop": 931251489
        },
        {
            "start": 931251492,
            "stop": 931251494
        },
        {
            "start": 931251512,
            "stop": 931251515
        },
        {
            "start": 931251520,
            "stop": 931251523
        },
        {
            "start": 931251525,
            "stop": 931251532
        },
        {
            "start": 931251534,
            "stop": 931251538
        },
        {
            "start": 931251543,
            "stop": 931251547
        },
        {
            "start": 931251549,
            "stop": 931251550
        }
    ]
}