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=204
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=205",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=203",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 204,
    "results": [
        {
            "start": 816856180,
            "stop": 816856182
        },
        {
            "start": 816856186,
            "stop": 816856188
        },
        {
            "start": 816856192,
            "stop": 816856197
        },
        {
            "start": 816856200,
            "stop": 816856201
        },
        {
            "start": 816856207,
            "stop": 816856246
        },
        {
            "start": 816856250,
            "stop": 816856251
        },
        {
            "start": 816856255,
            "stop": 816856257
        },
        {
            "start": 816856261,
            "stop": 816856264
        },
        {
            "start": 816856267,
            "stop": 816856328
        },
        {
            "start": 816856332,
            "stop": 816856349
        },
        {
            "start": 816856355,
            "stop": 816856356
        },
        {
            "start": 816856362,
            "stop": 816856365
        },
        {
            "start": 816856372,
            "stop": 816856380
        },
        {
            "start": 816856386,
            "stop": 816856390
        },
        {
            "start": 816856394,
            "stop": 816856403
        },
        {
            "start": 816856407,
            "stop": 816856426
        },
        {
            "start": 816856432,
            "stop": 816856435
        },
        {
            "start": 816856438,
            "stop": 816856490
        },
        {
            "start": 816856493,
            "stop": 816856521
        },
        {
            "start": 816856525,
            "stop": 816856529
        }
    ]
}