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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=113",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=111",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 112,
    "results": [
        {
            "start": 828757904,
            "stop": 828758413
        },
        {
            "start": 828760045,
            "stop": 828762816
        },
        {
            "start": 828762848,
            "stop": 828765312
        },
        {
            "start": 828765344,
            "stop": 828765760
        },
        {
            "start": 828765792,
            "stop": 828778112
        },
        {
            "start": 828778144,
            "stop": 828778592
        },
        {
            "start": 828778624,
            "stop": 828783648
        },
        {
            "start": 828783680,
            "stop": 828785056
        },
        {
            "start": 828785088,
            "stop": 828786112
        },
        {
            "start": 828786144,
            "stop": 828787776
        },
        {
            "start": 828787808,
            "stop": 828788288
        },
        {
            "start": 828788320,
            "stop": 828788608
        },
        {
            "start": 828788640,
            "stop": 828796453
        },
        {
            "start": 828796461,
            "stop": 828796462
        },
        {
            "start": 828797128,
            "stop": 828797958
        },
        {
            "start": 828798316,
            "stop": 828798833
        },
        {
            "start": 828833441,
            "stop": 828839773
        },
        {
            "start": 828839790,
            "stop": 828839791
        },
        {
            "start": 828840154,
            "stop": 828842112
        },
        {
            "start": 828842592,
            "stop": 828878720
        }
    ]
}