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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=93",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=91",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 92,
    "results": [
        {
            "start": 817139496,
            "stop": 817144764
        },
        {
            "start": 817144771,
            "stop": 817150370
        },
        {
            "start": 817150374,
            "stop": 817163709
        },
        {
            "start": 817163716,
            "stop": 817166331
        },
        {
            "start": 817166343,
            "stop": 817174279
        },
        {
            "start": 817174291,
            "stop": 817178305
        },
        {
            "start": 817178622,
            "stop": 817180251
        },
        {
            "start": 817180263,
            "stop": 817184235
        },
        {
            "start": 817184248,
            "stop": 817196849
        },
        {
            "start": 817196862,
            "stop": 817196980
        },
        {
            "start": 817196984,
            "stop": 817202163
        },
        {
            "start": 817202175,
            "stop": 817208143
        },
        {
            "start": 817208156,
            "stop": 817214788
        },
        {
            "start": 817214801,
            "stop": 817218778
        },
        {
            "start": 817218791,
            "stop": 817219442
        },
        {
            "start": 817219455,
            "stop": 817222272
        },
        {
            "start": 817222276,
            "stop": 817224057
        },
        {
            "start": 817224553,
            "stop": 817224733
        },
        {
            "start": 817227569,
            "stop": 817229695
        },
        {
            "start": 817229702,
            "stop": 817229949
        }
    ]
}