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=8886
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=8887",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8885",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8886,
    "results": [
        {
            "start": 875124159,
            "stop": 875124244
        },
        {
            "start": 875124364,
            "stop": 875124410
        },
        {
            "start": 875124490,
            "stop": 875124960
        },
        {
            "start": 875125020,
            "stop": 875125440
        },
        {
            "start": 875125500,
            "stop": 875125560
        },
        {
            "start": 875125740,
            "stop": 875125800
        },
        {
            "start": 875125860,
            "stop": 875125879
        },
        {
            "start": 875125886,
            "stop": 875126100
        },
        {
            "start": 875126280,
            "stop": 875126541
        },
        {
            "start": 875126558,
            "stop": 875126640
        },
        {
            "start": 875126700,
            "stop": 875126760
        },
        {
            "start": 875126820,
            "stop": 875127019
        },
        {
            "start": 875127036,
            "stop": 875127060
        },
        {
            "start": 875127120,
            "stop": 875127300
        },
        {
            "start": 875127360,
            "stop": 875128195
        },
        {
            "start": 875128202,
            "stop": 875128260
        },
        {
            "start": 875128320,
            "stop": 875128920
        },
        {
            "start": 875128980,
            "stop": 875129580
        },
        {
            "start": 875129640,
            "stop": 875130960
        },
        {
            "start": 875131020,
            "stop": 875131620
        }
    ]
}