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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9899",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9897",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 9898,
    "results": [
        {
            "start": 874539529,
            "stop": 874539786
        },
        {
            "start": 874539789,
            "stop": 874540070
        },
        {
            "start": 874540073,
            "stop": 874541107
        },
        {
            "start": 874541110,
            "stop": 874542223
        },
        {
            "start": 874542226,
            "stop": 874544095
        },
        {
            "start": 874544098,
            "stop": 874544127
        },
        {
            "start": 874544130,
            "stop": 874544131
        },
        {
            "start": 874544134,
            "stop": 874544278
        },
        {
            "start": 874544281,
            "stop": 874545258
        },
        {
            "start": 874545261,
            "stop": 874550914
        },
        {
            "start": 874550917,
            "stop": 874551628
        },
        {
            "start": 874551631,
            "stop": 874551699
        },
        {
            "start": 874551702,
            "stop": 874552157
        },
        {
            "start": 874552162,
            "stop": 874553041
        },
        {
            "start": 874553047,
            "stop": 874553519
        },
        {
            "start": 874553522,
            "stop": 874553589
        },
        {
            "start": 874553592,
            "stop": 874553719
        },
        {
            "start": 874553722,
            "stop": 874553743
        },
        {
            "start": 874553746,
            "stop": 874553802
        },
        {
            "start": 874553805,
            "stop": 874553811
        }
    ]
}