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_CAT2_H1L1/segments?format=api&page=1034
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=1035",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=1033",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 1034,
    "results": [
        {
            "start": 872311815,
            "stop": 872312055
        },
        {
            "start": 872312227,
            "stop": 872312287
        },
        {
            "start": 872312958,
            "stop": 872313078
        },
        {
            "start": 872313228,
            "stop": 872313288
        },
        {
            "start": 872314242,
            "stop": 872314362
        },
        {
            "start": 872314724,
            "stop": 872314784
        },
        {
            "start": 872315455,
            "stop": 872315545
        },
        {
            "start": 872315939,
            "stop": 872316659
        },
        {
            "start": 872316798,
            "stop": 872317458
        },
        {
            "start": 872317614,
            "stop": 872317674
        },
        {
            "start": 872317813,
            "stop": 872318413
        },
        {
            "start": 872318568,
            "stop": 872319378
        },
        {
            "start": 872319827,
            "stop": 872320427
        },
        {
            "start": 872320798,
            "stop": 872322148
        },
        {
            "start": 872322298,
            "stop": 872322418
        },
        {
            "start": 872322993,
            "stop": 872323053
        },
        {
            "start": 872323258,
            "stop": 872323498
        },
        {
            "start": 872323791,
            "stop": 872323851
        },
        {
            "start": 872324059,
            "stop": 872324119
        },
        {
            "start": 872324757,
            "stop": 872324937
        }
    ]
}