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/H1_STOCH_CAT1/segments?format=api&page=1459
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=1460",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1458",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 1459,
    "results": [
        {
            "start": 859074674,
            "stop": 859074822
        },
        {
            "start": 859074923,
            "stop": 859075137
        },
        {
            "start": 859075285,
            "stop": 859075313
        },
        {
            "start": 859075316,
            "stop": 859075320
        },
        {
            "start": 859075323,
            "stop": 859075882
        },
        {
            "start": 859076148,
            "stop": 859077082
        },
        {
            "start": 859077137,
            "stop": 859077138
        },
        {
            "start": 859077141,
            "stop": 859078190
        },
        {
            "start": 859078235,
            "stop": 859078633
        },
        {
            "start": 859078899,
            "stop": 859079392
        },
        {
            "start": 859079395,
            "stop": 859079526
        },
        {
            "start": 859080526,
            "stop": 859080534
        },
        {
            "start": 859080632,
            "stop": 859084702
        },
        {
            "start": 859084705,
            "stop": 859084716
        },
        {
            "start": 859084798,
            "stop": 859085007
        },
        {
            "start": 859085016,
            "stop": 859085180
        },
        {
            "start": 859085333,
            "stop": 859085584
        },
        {
            "start": 859085648,
            "stop": 859085906
        },
        {
            "start": 859085910,
            "stop": 859085916
        },
        {
            "start": 859092206,
            "stop": 859093696
        }
    ]
}