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=1437
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=1438",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1436",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 1437,
    "results": [
        {
            "start": 854706748,
            "stop": 854744113
        },
        {
            "start": 854744252,
            "stop": 854751276
        },
        {
            "start": 854751638,
            "stop": 854751793
        },
        {
            "start": 854752650,
            "stop": 854758495
        },
        {
            "start": 854758695,
            "stop": 854812841
        },
        {
            "start": 854829912,
            "stop": 854830112
        },
        {
            "start": 854830972,
            "stop": 854834090
        },
        {
            "start": 854834093,
            "stop": 854834095
        },
        {
            "start": 854834102,
            "stop": 854836816
        },
        {
            "start": 854836824,
            "stop": 854837196
        },
        {
            "start": 854837201,
            "stop": 854837379
        },
        {
            "start": 854837383,
            "stop": 854837437
        },
        {
            "start": 854837440,
            "stop": 854910442
        },
        {
            "start": 854911431,
            "stop": 854916995
        },
        {
            "start": 854918106,
            "stop": 854919390
        },
        {
            "start": 854920870,
            "stop": 854921050
        },
        {
            "start": 854921330,
            "stop": 854923358
        },
        {
            "start": 854923367,
            "stop": 854923389
        },
        {
            "start": 854923398,
            "stop": 854923972
        },
        {
            "start": 854925394,
            "stop": 854926297
        }
    ]
}