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=555
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=556",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=554",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 555,
    "results": [
        {
            "start": 832884952,
            "stop": 832885930
        },
        {
            "start": 832885936,
            "stop": 832886354
        },
        {
            "start": 832886360,
            "stop": 832886566
        },
        {
            "start": 832886571,
            "stop": 832887253
        },
        {
            "start": 832887259,
            "stop": 832888154
        },
        {
            "start": 832888160,
            "stop": 832888218
        },
        {
            "start": 832888223,
            "stop": 832889590
        },
        {
            "start": 832889595,
            "stop": 832940009
        },
        {
            "start": 832943096,
            "stop": 832954161
        },
        {
            "start": 832956078,
            "stop": 832992598
        },
        {
            "start": 832992605,
            "stop": 833009970
        },
        {
            "start": 833011437,
            "stop": 833016173
        },
        {
            "start": 833017570,
            "stop": 833020528
        },
        {
            "start": 833021306,
            "stop": 833021390
        },
        {
            "start": 833021395,
            "stop": 833026183
        },
        {
            "start": 833027870,
            "stop": 833036691
        },
        {
            "start": 833051249,
            "stop": 833051363
        },
        {
            "start": 833058643,
            "stop": 833059015
        },
        {
            "start": 833060236,
            "stop": 833061555
        },
        {
            "start": 833062522,
            "stop": 833064654
        }
    ]
}