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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9849",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9847",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 9848,
    "results": [
        {
            "start": 874223359,
            "stop": 874223363
        },
        {
            "start": 874223368,
            "stop": 874223384
        },
        {
            "start": 874223387,
            "stop": 874223403
        },
        {
            "start": 874223406,
            "stop": 874223409
        },
        {
            "start": 874223413,
            "stop": 874223501
        },
        {
            "start": 874223504,
            "stop": 874223839
        },
        {
            "start": 874223842,
            "stop": 874223925
        },
        {
            "start": 874223928,
            "stop": 874223932
        },
        {
            "start": 874223935,
            "stop": 874223963
        },
        {
            "start": 874223967,
            "stop": 874223990
        },
        {
            "start": 874223993,
            "stop": 874224129
        },
        {
            "start": 874224132,
            "stop": 874224134
        },
        {
            "start": 874224137,
            "stop": 874224156
        },
        {
            "start": 874224159,
            "stop": 874224235
        },
        {
            "start": 874224238,
            "stop": 874224242
        },
        {
            "start": 874224245,
            "stop": 874224247
        },
        {
            "start": 874224250,
            "stop": 874224255
        },
        {
            "start": 874224260,
            "stop": 874224261
        },
        {
            "start": 874224264,
            "stop": 874224278
        },
        {
            "start": 874224281,
            "stop": 874224286
        }
    ]
}