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=649
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=650",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=648",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 649,
    "results": [
        {
            "start": 854006768,
            "stop": 854041710
        },
        {
            "start": 854089181,
            "stop": 854115809
        },
        {
            "start": 854115815,
            "stop": 854122746
        },
        {
            "start": 854124997,
            "stop": 854145571
        },
        {
            "start": 854145588,
            "stop": 854171844
        },
        {
            "start": 854174271,
            "stop": 854198229
        },
        {
            "start": 854198703,
            "stop": 854208104
        },
        {
            "start": 854238916,
            "stop": 854240754
        },
        {
            "start": 854240780,
            "stop": 854245300
        },
        {
            "start": 854245319,
            "stop": 854249310
        },
        {
            "start": 854251032,
            "stop": 854288259
        },
        {
            "start": 854288687,
            "stop": 854292417
        },
        {
            "start": 854300468,
            "stop": 854306070
        },
        {
            "start": 854306556,
            "stop": 854308323
        },
        {
            "start": 854309362,
            "stop": 854311486
        },
        {
            "start": 854314929,
            "stop": 854314999
        },
        {
            "start": 854323839,
            "stop": 854324746
        },
        {
            "start": 854326883,
            "stop": 854383160
        },
        {
            "start": 854383178,
            "stop": 854408730
        },
        {
            "start": 854410252,
            "stop": 854427570
        }
    ]
}