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=26
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=27",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=25",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 26,
    "results": [
        {
            "start": 816790604,
            "stop": 816790605
        },
        {
            "start": 816790613,
            "stop": 816790653
        },
        {
            "start": 816790661,
            "stop": 816791209
        },
        {
            "start": 816791217,
            "stop": 816791264
        },
        {
            "start": 816791273,
            "stop": 816791348
        },
        {
            "start": 816791358,
            "stop": 816791468
        },
        {
            "start": 816791476,
            "stop": 816791805
        },
        {
            "start": 816791813,
            "stop": 816791943
        },
        {
            "start": 816791958,
            "stop": 816792131
        },
        {
            "start": 816821542,
            "stop": 816821564
        },
        {
            "start": 816825524,
            "stop": 816825703
        },
        {
            "start": 816825710,
            "stop": 816825848
        },
        {
            "start": 816827265,
            "stop": 816828762
        },
        {
            "start": 816828769,
            "stop": 816830708
        },
        {
            "start": 816831356,
            "stop": 816833182
        },
        {
            "start": 816840345,
            "stop": 816851504
        },
        {
            "start": 816852661,
            "stop": 816856490
        },
        {
            "start": 816856497,
            "stop": 816856567
        },
        {
            "start": 816856575,
            "stop": 816856607
        },
        {
            "start": 816856615,
            "stop": 816856663
        }
    ]
}