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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=2979",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=2977",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 2978,
    "results": [
        {
            "start": 861174416,
            "stop": 861175500
        },
        {
            "start": 861176734,
            "stop": 861176779
        },
        {
            "start": 861177067,
            "stop": 861178246
        },
        {
            "start": 861178611,
            "stop": 861179779
        },
        {
            "start": 861179945,
            "stop": 861214750
        },
        {
            "start": 861215172,
            "stop": 861215280
        },
        {
            "start": 861215340,
            "stop": 861215520
        },
        {
            "start": 861215580,
            "stop": 861215880
        },
        {
            "start": 861215940,
            "stop": 861216114
        },
        {
            "start": 861217860,
            "stop": 861218100
        },
        {
            "start": 861218160,
            "stop": 861218400
        },
        {
            "start": 861218520,
            "stop": 861218640
        },
        {
            "start": 861218700,
            "stop": 861219870
        },
        {
            "start": 861219930,
            "stop": 861221356
        },
        {
            "start": 861222535,
            "stop": 861222764
        },
        {
            "start": 861222945,
            "stop": 861223140
        },
        {
            "start": 861223260,
            "stop": 861226140
        },
        {
            "start": 861226200,
            "stop": 861227280
        },
        {
            "start": 861227340,
            "stop": 861233120
        },
        {
            "start": 861234513,
            "stop": 861237291
        }
    ]
}