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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT2/segments?format=api&page=111",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT2/segments?format=api&page=109",
    "results_count": 4426,
    "results_per_page": 20,
    "num_pages": 222,
    "page_number": 110,
    "results": [
        {
            "start": 1377710524,
            "stop": 1377713964
        },
        {
            "start": 1377713969,
            "stop": 1377716437
        },
        {
            "start": 1377716442,
            "stop": 1377722764
        },
        {
            "start": 1377727765,
            "stop": 1377729658
        },
        {
            "start": 1377729663,
            "stop": 1377732355
        },
        {
            "start": 1377732360,
            "stop": 1377733699
        },
        {
            "start": 1377737263,
            "stop": 1377739733
        },
        {
            "start": 1377743427,
            "stop": 1377747723
        },
        {
            "start": 1377747728,
            "stop": 1377749939
        },
        {
            "start": 1377749944,
            "stop": 1377750078
        },
        {
            "start": 1377750083,
            "stop": 1377751751
        },
        {
            "start": 1377751756,
            "stop": 1377755823
        },
        {
            "start": 1377755828,
            "stop": 1377760371
        },
        {
            "start": 1377760376,
            "stop": 1377766511
        },
        {
            "start": 1377766516,
            "stop": 1377766810
        },
        {
            "start": 1377766815,
            "stop": 1377767409
        },
        {
            "start": 1377773127,
            "stop": 1377778159
        },
        {
            "start": 1377778164,
            "stop": 1377779548
        },
        {
            "start": 1377779553,
            "stop": 1377781677
        },
        {
            "start": 1377781682,
            "stop": 1377782214
        }
    ]
}