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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=71",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=69",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 70,
    "results": [
        {
            "start": 817406760,
            "stop": 817406940
        },
        {
            "start": 817407060,
            "stop": 817407120
        },
        {
            "start": 817407180,
            "stop": 817407240
        },
        {
            "start": 817407360,
            "stop": 817407521
        },
        {
            "start": 817407538,
            "stop": 817407540
        },
        {
            "start": 817407600,
            "stop": 817407720
        },
        {
            "start": 817407780,
            "stop": 817407900
        },
        {
            "start": 817407960,
            "stop": 817408020
        },
        {
            "start": 817408080,
            "stop": 817408088
        },
        {
            "start": 817408137,
            "stop": 817408320
        },
        {
            "start": 817408440,
            "stop": 817408832
        },
        {
            "start": 817408864,
            "stop": 817408920
        },
        {
            "start": 817408980,
            "stop": 817409100
        },
        {
            "start": 817409160,
            "stop": 817409460
        },
        {
            "start": 817409580,
            "stop": 817409820
        },
        {
            "start": 817410000,
            "stop": 817410060
        },
        {
            "start": 817410180,
            "stop": 817410229
        },
        {
            "start": 817410246,
            "stop": 817410300
        },
        {
            "start": 817410480,
            "stop": 817410540
        },
        {
            "start": 817410790,
            "stop": 817410840
        }
    ]
}