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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2077",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2075",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2076,
    "results": [
        {
            "start": 870927104,
            "stop": 870927138
        },
        {
            "start": 870927157,
            "stop": 870927225
        },
        {
            "start": 870927251,
            "stop": 870927269
        },
        {
            "start": 870927288,
            "stop": 870927332
        },
        {
            "start": 870927351,
            "stop": 870927401
        },
        {
            "start": 870927434,
            "stop": 870927437
        },
        {
            "start": 870927481,
            "stop": 870927496
        },
        {
            "start": 870927515,
            "stop": 870927522
        },
        {
            "start": 870927600,
            "stop": 870927612
        },
        {
            "start": 870927701,
            "stop": 870927721
        },
        {
            "start": 870927829,
            "stop": 870927834
        },
        {
            "start": 870927862,
            "stop": 870927885
        },
        {
            "start": 870927930,
            "stop": 870927940
        },
        {
            "start": 870927983,
            "stop": 870927992
        },
        {
            "start": 870928028,
            "stop": 870928069
        },
        {
            "start": 870928088,
            "stop": 870928106
        },
        {
            "start": 870928139,
            "stop": 870928157
        },
        {
            "start": 870928176,
            "stop": 870928186
        },
        {
            "start": 870928205,
            "stop": 870928227
        },
        {
            "start": 870928246,
            "stop": 870928301
        }
    ]
}