Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=395
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=396",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=394",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 395,
    "results": [
        {
            "start": 847780015,
            "stop": 847780044
        },
        {
            "start": 847780045,
            "stop": 847780057
        },
        {
            "start": 847780058,
            "stop": 847780078
        },
        {
            "start": 847780079,
            "stop": 847780082
        },
        {
            "start": 847780083,
            "stop": 847780099
        },
        {
            "start": 847780100,
            "stop": 847780139
        },
        {
            "start": 847780140,
            "stop": 847780184
        },
        {
            "start": 847780185,
            "stop": 847780216
        },
        {
            "start": 847780218,
            "stop": 847780269
        },
        {
            "start": 847780271,
            "stop": 847780300
        },
        {
            "start": 847780302,
            "stop": 847780312
        },
        {
            "start": 847780313,
            "stop": 847780382
        },
        {
            "start": 847780383,
            "stop": 847780386
        },
        {
            "start": 847780387,
            "stop": 847780389
        },
        {
            "start": 847780391,
            "stop": 847780436
        },
        {
            "start": 847780437,
            "stop": 847780568
        },
        {
            "start": 847780569,
            "stop": 847780581
        },
        {
            "start": 847780583,
            "stop": 847780591
        },
        {
            "start": 847780592,
            "stop": 847780610
        },
        {
            "start": 847780611,
            "stop": 847780629
        }
    ]
}