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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=288",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=286",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 287,
    "results": [
        {
            "start": 869215883,
            "stop": 869230435
        },
        {
            "start": 869232493,
            "stop": 869232494
        },
        {
            "start": 869232566,
            "stop": 869245243
        },
        {
            "start": 869251432,
            "stop": 869251641
        },
        {
            "start": 869251904,
            "stop": 869253135
        },
        {
            "start": 869255708,
            "stop": 869258225
        },
        {
            "start": 869263701,
            "stop": 869265417
        },
        {
            "start": 869273062,
            "stop": 869297318
        },
        {
            "start": 869304912,
            "stop": 869313990
        },
        {
            "start": 869314640,
            "stop": 869317531
        },
        {
            "start": 869317721,
            "stop": 869324556
        },
        {
            "start": 869348390,
            "stop": 869380161
        },
        {
            "start": 869391107,
            "stop": 869401100
        },
        {
            "start": 869401480,
            "stop": 869407036
        },
        {
            "start": 869408138,
            "stop": 869430042
        },
        {
            "start": 869431241,
            "stop": 869438481
        },
        {
            "start": 869438596,
            "stop": 869446674
        },
        {
            "start": 869453301,
            "stop": 869464991
        },
        {
            "start": 869476159,
            "stop": 869489490
        },
        {
            "start": 869489953,
            "stop": 869492199
        }
    ]
}