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=1497
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=1498",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1496",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 1497,
    "results": [
        {
            "start": 866382366,
            "stop": 866386563
        },
        {
            "start": 866389454,
            "stop": 866389608
        },
        {
            "start": 866389611,
            "stop": 866389698
        },
        {
            "start": 866390185,
            "stop": 866393920
        },
        {
            "start": 866394512,
            "stop": 866398665
        },
        {
            "start": 866403538,
            "stop": 866409204
        },
        {
            "start": 866409209,
            "stop": 866412436
        },
        {
            "start": 866413459,
            "stop": 866413894
        },
        {
            "start": 866415470,
            "stop": 866420049
        },
        {
            "start": 866420052,
            "stop": 866447370
        },
        {
            "start": 866448711,
            "stop": 866468963
        },
        {
            "start": 866472021,
            "stop": 866474977
        },
        {
            "start": 866474981,
            "stop": 866475433
        },
        {
            "start": 866475438,
            "stop": 866475439
        },
        {
            "start": 866475442,
            "stop": 866475444
        },
        {
            "start": 866475620,
            "stop": 866477774
        },
        {
            "start": 866490033,
            "stop": 866497401
        },
        {
            "start": 866501767,
            "stop": 866504664
        },
        {
            "start": 866505650,
            "stop": 866506674
        },
        {
            "start": 866506777,
            "stop": 866518279
        }
    ]
}