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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=1048",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=1046",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 1047,
    "results": [
        {
            "start": 872658052,
            "stop": 872667352
        },
        {
            "start": 872667513,
            "stop": 872668353
        },
        {
            "start": 872668572,
            "stop": 872668632
        },
        {
            "start": 872669991,
            "stop": 872670351
        },
        {
            "start": 872670562,
            "stop": 872671282
        },
        {
            "start": 872671442,
            "stop": 872671802
        },
        {
            "start": 872671992,
            "stop": 872672772
        },
        {
            "start": 872672930,
            "stop": 872674010
        },
        {
            "start": 872674237,
            "stop": 872677237
        },
        {
            "start": 872677393,
            "stop": 872677513
        },
        {
            "start": 872677671,
            "stop": 872679231
        },
        {
            "start": 872679648,
            "stop": 872679888
        },
        {
            "start": 872680095,
            "stop": 872680755
        },
        {
            "start": 872681009,
            "stop": 872683109
        },
        {
            "start": 872685805,
            "stop": 872685865
        },
        {
            "start": 872686034,
            "stop": 872686814
        },
        {
            "start": 872687242,
            "stop": 872690782
        },
        {
            "start": 872690932,
            "stop": 872691172
        },
        {
            "start": 872692067,
            "stop": 872696867
        },
        {
            "start": 872697008,
            "stop": 872697248
        }
    ]
}