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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16656",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16654",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16655,
    "results": [
        {
            "start": 874834505,
            "stop": 874834653
        },
        {
            "start": 874834654,
            "stop": 874834743
        },
        {
            "start": 874834744,
            "stop": 874834770
        },
        {
            "start": 874834771,
            "stop": 874834822
        },
        {
            "start": 874834828,
            "stop": 874834867
        },
        {
            "start": 874834868,
            "stop": 874834884
        },
        {
            "start": 874834885,
            "stop": 874834892
        },
        {
            "start": 874834894,
            "stop": 874834897
        },
        {
            "start": 874834898,
            "stop": 874834900
        },
        {
            "start": 874834901,
            "stop": 874834917
        },
        {
            "start": 874834918,
            "stop": 874834985
        },
        {
            "start": 874834988,
            "stop": 874835068
        },
        {
            "start": 874835069,
            "stop": 874835118
        },
        {
            "start": 874835119,
            "stop": 874835140
        },
        {
            "start": 874835142,
            "stop": 874835163
        },
        {
            "start": 874835166,
            "stop": 874835214
        },
        {
            "start": 874835215,
            "stop": 874835268
        },
        {
            "start": 874835271,
            "stop": 874835283
        },
        {
            "start": 874835286,
            "stop": 874835289
        },
        {
            "start": 874835292,
            "stop": 874835386
        }
    ]
}