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=7173
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=7174",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7172",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7173,
    "results": [
        {
            "start": 874487992,
            "stop": 874488044
        },
        {
            "start": 874488045,
            "stop": 874488796
        },
        {
            "start": 874488797,
            "stop": 874489402
        },
        {
            "start": 874489403,
            "stop": 874489504
        },
        {
            "start": 874489505,
            "stop": 874489703
        },
        {
            "start": 874489704,
            "stop": 874489966
        },
        {
            "start": 874489967,
            "stop": 874490096
        },
        {
            "start": 874490098,
            "stop": 874490293
        },
        {
            "start": 874490294,
            "stop": 874490335
        },
        {
            "start": 874490336,
            "stop": 874490681
        },
        {
            "start": 874490682,
            "stop": 874490819
        },
        {
            "start": 874490820,
            "stop": 874491292
        },
        {
            "start": 874491293,
            "stop": 874491433
        },
        {
            "start": 874491434,
            "stop": 874491880
        },
        {
            "start": 874491882,
            "stop": 874491973
        },
        {
            "start": 874491974,
            "stop": 874492567
        },
        {
            "start": 874492568,
            "stop": 874493140
        },
        {
            "start": 874493141,
            "stop": 874493472
        },
        {
            "start": 874493473,
            "stop": 874493925
        },
        {
            "start": 874493926,
            "stop": 874494095
        }
    ]
}