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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=530",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=528",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 529,
    "results": [
        {
            "start": 1262760413,
            "stop": 1262760422
        },
        {
            "start": 1262760425,
            "stop": 1262760439
        },
        {
            "start": 1262760442,
            "stop": 1262760523
        },
        {
            "start": 1262760526,
            "stop": 1262760568
        },
        {
            "start": 1262760571,
            "stop": 1262760628
        },
        {
            "start": 1262760631,
            "stop": 1262760674
        },
        {
            "start": 1262760677,
            "stop": 1262760680
        },
        {
            "start": 1262760683,
            "stop": 1262760806
        },
        {
            "start": 1262760809,
            "stop": 1262760817
        },
        {
            "start": 1262760820,
            "stop": 1262760857
        },
        {
            "start": 1262760860,
            "stop": 1262760892
        },
        {
            "start": 1262760895,
            "stop": 1262760899
        },
        {
            "start": 1262760902,
            "stop": 1262761145
        },
        {
            "start": 1262761148,
            "stop": 1262761211
        },
        {
            "start": 1262761214,
            "stop": 1262761229
        },
        {
            "start": 1262761232,
            "stop": 1262761290
        },
        {
            "start": 1262761293,
            "stop": 1262761298
        },
        {
            "start": 1262761301,
            "stop": 1262761331
        },
        {
            "start": 1262761337,
            "stop": 1262761393
        },
        {
            "start": 1262761411,
            "stop": 1262761413
        }
    ]
}