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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=18",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=16",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 17,
    "results": [
        {
            "start": 817493409,
            "stop": 817494021
        },
        {
            "start": 817494028,
            "stop": 817494089
        },
        {
            "start": 817494136,
            "stop": 817496166
        },
        {
            "start": 817497517,
            "stop": 817502041
        },
        {
            "start": 817502095,
            "stop": 817503240
        },
        {
            "start": 817506984,
            "stop": 817508385
        },
        {
            "start": 817509064,
            "stop": 817510278
        },
        {
            "start": 817511218,
            "stop": 817519645
        },
        {
            "start": 817519754,
            "stop": 817549487
        },
        {
            "start": 817551093,
            "stop": 817551343
        },
        {
            "start": 817551350,
            "stop": 817551365
        },
        {
            "start": 817551461,
            "stop": 817551469
        },
        {
            "start": 817551548,
            "stop": 817552747
        },
        {
            "start": 817555363,
            "stop": 817564370
        },
        {
            "start": 817566099,
            "stop": 817566652
        },
        {
            "start": 817567848,
            "stop": 817569551
        },
        {
            "start": 817570188,
            "stop": 817570710
        },
        {
            "start": 817573361,
            "stop": 817575001
        },
        {
            "start": 817575008,
            "stop": 817575031
        },
        {
            "start": 817575095,
            "stop": 817577235
        }
    ]
}