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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=642",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=640",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 641,
    "results": [
        {
            "start": 1247688309,
            "stop": 1247689312
        },
        {
            "start": 1247689313,
            "stop": 1247689853
        },
        {
            "start": 1247689854,
            "stop": 1247689967
        },
        {
            "start": 1247689968,
            "stop": 1247690094
        },
        {
            "start": 1247690095,
            "stop": 1247690096
        },
        {
            "start": 1247690097,
            "stop": 1247690130
        },
        {
            "start": 1247690133,
            "stop": 1247690143
        },
        {
            "start": 1247690144,
            "stop": 1247690197
        },
        {
            "start": 1247690198,
            "stop": 1247690238
        },
        {
            "start": 1247690239,
            "stop": 1247690267
        },
        {
            "start": 1247690268,
            "stop": 1247690291
        },
        {
            "start": 1247690292,
            "stop": 1247690304
        },
        {
            "start": 1247690305,
            "stop": 1247690370
        },
        {
            "start": 1247690372,
            "stop": 1247690376
        },
        {
            "start": 1247690378,
            "stop": 1247690424
        },
        {
            "start": 1247690426,
            "stop": 1247690439
        },
        {
            "start": 1247690440,
            "stop": 1247690632
        },
        {
            "start": 1247690633,
            "stop": 1247690646
        },
        {
            "start": 1247690647,
            "stop": 1247690716
        },
        {
            "start": 1247690722,
            "stop": 1247690735
        }
    ]
}