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=204
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=205",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=203",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 204,
    "results": [
        {
            "start": 849216268,
            "stop": 849225434
        },
        {
            "start": 849225437,
            "stop": 849248205
        },
        {
            "start": 849249890,
            "stop": 849300006
        },
        {
            "start": 849306061,
            "stop": 849369716
        },
        {
            "start": 849396394,
            "stop": 849396853
        },
        {
            "start": 849401857,
            "stop": 849413711
        },
        {
            "start": 849415838,
            "stop": 849427890
        },
        {
            "start": 849428089,
            "stop": 849443385
        },
        {
            "start": 849445377,
            "stop": 849457749
        },
        {
            "start": 849457752,
            "stop": 849470593
        },
        {
            "start": 849471555,
            "stop": 849477073
        },
        {
            "start": 849477558,
            "stop": 849480655
        },
        {
            "start": 849480658,
            "stop": 849487873
        },
        {
            "start": 849487876,
            "stop": 849501017
        },
        {
            "start": 849501035,
            "stop": 849506984
        },
        {
            "start": 849506987,
            "stop": 849541742
        },
        {
            "start": 849541751,
            "stop": 849554394
        },
        {
            "start": 849555995,
            "stop": 849564253
        },
        {
            "start": 849565220,
            "stop": 849568069
        },
        {
            "start": 849576463,
            "stop": 849630751
        }
    ]
}