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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=478",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=476",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 477,
    "results": [
        {
            "start": 821789468,
            "stop": 821789499
        },
        {
            "start": 821789502,
            "stop": 821789505
        },
        {
            "start": 821789508,
            "stop": 821789549
        },
        {
            "start": 821789552,
            "stop": 821789581
        },
        {
            "start": 821789584,
            "stop": 821789602
        },
        {
            "start": 821789605,
            "stop": 821789628
        },
        {
            "start": 821789631,
            "stop": 821789632
        },
        {
            "start": 821789636,
            "stop": 821789639
        },
        {
            "start": 821789646,
            "stop": 821789648
        },
        {
            "start": 821789651,
            "stop": 821789652
        },
        {
            "start": 821789655,
            "stop": 821789664
        },
        {
            "start": 821789667,
            "stop": 821789676
        },
        {
            "start": 821789679,
            "stop": 821789683
        },
        {
            "start": 821789691,
            "stop": 821789693
        },
        {
            "start": 821789696,
            "stop": 821789705
        },
        {
            "start": 821789710,
            "stop": 821789723
        },
        {
            "start": 821789726,
            "stop": 821789738
        },
        {
            "start": 821789745,
            "stop": 821789752
        },
        {
            "start": 821789755,
            "stop": 821789770
        },
        {
            "start": 821789774,
            "stop": 821789800
        }
    ]
}