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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=250",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=248",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 249,
    "results": [
        {
            "start": 838570249,
            "stop": 838571807
        },
        {
            "start": 838575193,
            "stop": 838576404
        },
        {
            "start": 838576405,
            "stop": 838577070
        },
        {
            "start": 838578904,
            "stop": 838579366
        },
        {
            "start": 838579368,
            "stop": 838579665
        },
        {
            "start": 838582862,
            "stop": 838583873
        },
        {
            "start": 838583875,
            "stop": 838583898
        },
        {
            "start": 838583900,
            "stop": 838583954
        },
        {
            "start": 838587280,
            "stop": 838588154
        },
        {
            "start": 838588156,
            "stop": 838588165
        },
        {
            "start": 838588167,
            "stop": 838588199
        },
        {
            "start": 838588200,
            "stop": 838588637
        },
        {
            "start": 838588639,
            "stop": 838588682
        },
        {
            "start": 838589546,
            "stop": 838592285
        },
        {
            "start": 838592287,
            "stop": 838592480
        },
        {
            "start": 838592482,
            "stop": 838592670
        },
        {
            "start": 838592673,
            "stop": 838592844
        },
        {
            "start": 838592846,
            "stop": 838592882
        },
        {
            "start": 838592884,
            "stop": 838593079
        },
        {
            "start": 838593081,
            "stop": 838593513
        }
    ]
}