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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=145",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=143",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 144,
    "results": [
        {
            "start": 822371329,
            "stop": 822372349
        },
        {
            "start": 822372537,
            "stop": 822372717
        },
        {
            "start": 822372892,
            "stop": 822373732
        },
        {
            "start": 822373888,
            "stop": 822375388
        },
        {
            "start": 822375603,
            "stop": 822375663
        },
        {
            "start": 822376553,
            "stop": 822376853
        },
        {
            "start": 822377159,
            "stop": 822377219
        },
        {
            "start": 822377566,
            "stop": 822381526
        },
        {
            "start": 822382018,
            "stop": 822382318
        },
        {
            "start": 822382560,
            "stop": 822382860
        },
        {
            "start": 822383575,
            "stop": 822383815
        },
        {
            "start": 822383992,
            "stop": 822385312
        },
        {
            "start": 822385787,
            "stop": 822385847
        },
        {
            "start": 822388421,
            "stop": 822388601
        },
        {
            "start": 822388816,
            "stop": 822390436
        },
        {
            "start": 822390617,
            "stop": 822390917
        },
        {
            "start": 822391091,
            "stop": 822391751
        },
        {
            "start": 822391908,
            "stop": 822392208
        },
        {
            "start": 822392366,
            "stop": 822392786
        },
        {
            "start": 822392953,
            "stop": 822393433
        }
    ]
}