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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=3967",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=3965",
    "results_count": 81107,
    "results_per_page": 20,
    "num_pages": 4056,
    "page_number": 3966,
    "results": [
        {
            "start": 874519929,
            "stop": 874519943
        },
        {
            "start": 874519944,
            "stop": 874519951
        },
        {
            "start": 874519952,
            "stop": 874519955
        },
        {
            "start": 874519956,
            "stop": 874519962
        },
        {
            "start": 874519963,
            "stop": 874519965
        },
        {
            "start": 874519967,
            "stop": 874519990
        },
        {
            "start": 874519994,
            "stop": 874519998
        },
        {
            "start": 874519999,
            "stop": 874520001
        },
        {
            "start": 874520002,
            "stop": 874520003
        },
        {
            "start": 874520004,
            "stop": 874520008
        },
        {
            "start": 874520009,
            "stop": 874520011
        },
        {
            "start": 874520013,
            "stop": 874520015
        },
        {
            "start": 874520016,
            "stop": 874520017
        },
        {
            "start": 874520018,
            "stop": 874520022
        },
        {
            "start": 874520023,
            "stop": 874520035
        },
        {
            "start": 874520036,
            "stop": 874520041
        },
        {
            "start": 874520042,
            "stop": 874520046
        },
        {
            "start": 874520047,
            "stop": 874520063
        },
        {
            "start": 874520064,
            "stop": 874520066
        },
        {
            "start": 874521897,
            "stop": 874525063
        }
    ]
}