Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1525
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1526",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1524",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 1525,
    "results": [
        {
            "start": 872458945,
            "stop": 872458946
        },
        {
            "start": 872458951,
            "stop": 872458957
        },
        {
            "start": 872458960,
            "stop": 872458963
        },
        {
            "start": 872458968,
            "stop": 872458969
        },
        {
            "start": 872458972,
            "stop": 872458980
        },
        {
            "start": 872458984,
            "stop": 872515619
        },
        {
            "start": 872518631,
            "stop": 872519123
        },
        {
            "start": 872519127,
            "stop": 872519133
        },
        {
            "start": 872519136,
            "stop": 872519143
        },
        {
            "start": 872519147,
            "stop": 872519152
        },
        {
            "start": 872519155,
            "stop": 872519157
        },
        {
            "start": 872519162,
            "stop": 872524720
        },
        {
            "start": 872524724,
            "stop": 872526226
        },
        {
            "start": 872526229,
            "stop": 872526230
        },
        {
            "start": 872526233,
            "stop": 872526236
        },
        {
            "start": 872526241,
            "stop": 872530451
        },
        {
            "start": 872530460,
            "stop": 872530461
        },
        {
            "start": 872530595,
            "stop": 872532458
        },
        {
            "start": 872532463,
            "stop": 872532470
        },
        {
            "start": 872532476,
            "stop": 872532488
        }
    ]
}