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=1326
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=1327",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1325",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 1326,
    "results": [
        {
            "start": 843840583,
            "stop": 843840599
        },
        {
            "start": 843840602,
            "stop": 843840635
        },
        {
            "start": 843840638,
            "stop": 843840648
        },
        {
            "start": 843840651,
            "stop": 843840660
        },
        {
            "start": 843840666,
            "stop": 843840708
        },
        {
            "start": 843840711,
            "stop": 843840747
        },
        {
            "start": 843840750,
            "stop": 843840764
        },
        {
            "start": 843840771,
            "stop": 843840772
        },
        {
            "start": 843840775,
            "stop": 843840781
        },
        {
            "start": 843840795,
            "stop": 843840796
        },
        {
            "start": 843840803,
            "stop": 843840808
        },
        {
            "start": 843840811,
            "stop": 843840821
        },
        {
            "start": 843840824,
            "stop": 843840827
        },
        {
            "start": 843840830,
            "stop": 843840838
        },
        {
            "start": 843840841,
            "stop": 843840857
        },
        {
            "start": 843840860,
            "stop": 843840943
        },
        {
            "start": 843840947,
            "stop": 843840953
        },
        {
            "start": 843840956,
            "stop": 843840990
        },
        {
            "start": 843840993,
            "stop": 843840994
        },
        {
            "start": 843841000,
            "stop": 843841015
        }
    ]
}