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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=359",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=357",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 358,
    "results": [
        {
            "start": 821468826,
            "stop": 821468846
        },
        {
            "start": 821468853,
            "stop": 821468937
        },
        {
            "start": 821468945,
            "stop": 821468975
        },
        {
            "start": 821468984,
            "stop": 821469264
        },
        {
            "start": 821469272,
            "stop": 821469488
        },
        {
            "start": 821469495,
            "stop": 821469508
        },
        {
            "start": 821469515,
            "stop": 821469647
        },
        {
            "start": 821469654,
            "stop": 821469739
        },
        {
            "start": 821469747,
            "stop": 821469844
        },
        {
            "start": 821469852,
            "stop": 821469860
        },
        {
            "start": 821469867,
            "stop": 821469959
        },
        {
            "start": 821469962,
            "stop": 821470020
        },
        {
            "start": 821470027,
            "stop": 821470047
        },
        {
            "start": 821470055,
            "stop": 821470192
        },
        {
            "start": 821470195,
            "stop": 821470363
        },
        {
            "start": 821470370,
            "stop": 821470481
        },
        {
            "start": 821470488,
            "stop": 821470494
        },
        {
            "start": 821470501,
            "stop": 821470602
        },
        {
            "start": 821470605,
            "stop": 821470699
        },
        {
            "start": 821470702,
            "stop": 821470716
        }
    ]
}