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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=70",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=68",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 69,
    "results": [
        {
            "start": 817567848,
            "stop": 817567920
        },
        {
            "start": 817568040,
            "stop": 817568317
        },
        {
            "start": 817568321,
            "stop": 817568351
        },
        {
            "start": 817568355,
            "stop": 817568365
        },
        {
            "start": 817568374,
            "stop": 817568379
        },
        {
            "start": 817568383,
            "stop": 817568417
        },
        {
            "start": 817568427,
            "stop": 817568442
        },
        {
            "start": 817568457,
            "stop": 817568630
        },
        {
            "start": 817568637,
            "stop": 817568984
        },
        {
            "start": 817568988,
            "stop": 817569177
        },
        {
            "start": 817569240,
            "stop": 817569254
        },
        {
            "start": 817569257,
            "stop": 817569276
        },
        {
            "start": 817569280,
            "stop": 817569315
        },
        {
            "start": 817569319,
            "stop": 817569383
        },
        {
            "start": 817569387,
            "stop": 817569551
        },
        {
            "start": 817570188,
            "stop": 817570440
        },
        {
            "start": 817570500,
            "stop": 817570505
        },
        {
            "start": 817570508,
            "stop": 817570693
        },
        {
            "start": 817573361,
            "stop": 817573440
        },
        {
            "start": 817573500,
            "stop": 817573740
        }
    ]
}