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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=7126",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=7124",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 7125,
    "results": [
        {
            "start": 874749250,
            "stop": 874749263
        },
        {
            "start": 874749267,
            "stop": 874750351
        },
        {
            "start": 874750354,
            "stop": 874750437
        },
        {
            "start": 874750440,
            "stop": 874750454
        },
        {
            "start": 874750457,
            "stop": 874750558
        },
        {
            "start": 874750562,
            "stop": 874750656
        },
        {
            "start": 874750659,
            "stop": 874750941
        },
        {
            "start": 874750945,
            "stop": 874750964
        },
        {
            "start": 874750967,
            "stop": 874750981
        },
        {
            "start": 874750983,
            "stop": 874752180
        },
        {
            "start": 874752185,
            "stop": 874752265
        },
        {
            "start": 874752268,
            "stop": 874752732
        },
        {
            "start": 874752735,
            "stop": 874752759
        },
        {
            "start": 874752762,
            "stop": 874752858
        },
        {
            "start": 874752861,
            "stop": 874753375
        },
        {
            "start": 874753376,
            "stop": 874753639
        },
        {
            "start": 874753642,
            "stop": 874753837
        },
        {
            "start": 874753840,
            "stop": 874754390
        },
        {
            "start": 874754393,
            "stop": 874754488
        },
        {
            "start": 874754491,
            "stop": 874755084
        }
    ]
}