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=3171
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=3172",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3170",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3171,
    "results": [
        {
            "start": 869796780,
            "stop": 869797209
        },
        {
            "start": 869797212,
            "stop": 869797313
        },
        {
            "start": 869797316,
            "stop": 869797560
        },
        {
            "start": 869797620,
            "stop": 869797845
        },
        {
            "start": 869797850,
            "stop": 869798340
        },
        {
            "start": 869798400,
            "stop": 869798874
        },
        {
            "start": 869798879,
            "stop": 869798922
        },
        {
            "start": 869798926,
            "stop": 869798947
        },
        {
            "start": 869798953,
            "stop": 869799003
        },
        {
            "start": 869799006,
            "stop": 869799180
        },
        {
            "start": 869799300,
            "stop": 869799372
        },
        {
            "start": 869799375,
            "stop": 869799451
        },
        {
            "start": 869799454,
            "stop": 869799585
        },
        {
            "start": 869799588,
            "stop": 869799776
        },
        {
            "start": 869799780,
            "stop": 869800140
        },
        {
            "start": 869800200,
            "stop": 869800320
        },
        {
            "start": 869800323,
            "stop": 869800390
        },
        {
            "start": 869800395,
            "stop": 869800672
        },
        {
            "start": 869800675,
            "stop": 869800708
        },
        {
            "start": 869800712,
            "stop": 869800713
        }
    ]
}