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=275
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=276",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=274",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 275,
    "results": [
        {
            "start": 831178072,
            "stop": 831178252
        },
        {
            "start": 831178390,
            "stop": 831178930
        },
        {
            "start": 831179076,
            "stop": 831180036
        },
        {
            "start": 831181382,
            "stop": 831181502
        },
        {
            "start": 831182725,
            "stop": 831182845
        },
        {
            "start": 831182875,
            "stop": 831183205
        },
        {
            "start": 831184394,
            "stop": 831186794
        },
        {
            "start": 831186932,
            "stop": 831187292
        },
        {
            "start": 831187489,
            "stop": 831187609
        },
        {
            "start": 831187699,
            "stop": 831189049
        },
        {
            "start": 831189217,
            "stop": 831189457
        },
        {
            "start": 831189609,
            "stop": 831191169
        },
        {
            "start": 831193189,
            "stop": 831194209
        },
        {
            "start": 831195969,
            "stop": 831196869
        },
        {
            "start": 831197023,
            "stop": 831198343
        },
        {
            "start": 831198520,
            "stop": 831199660
        },
        {
            "start": 831199802,
            "stop": 831200462
        },
        {
            "start": 831202444,
            "stop": 831202774
        },
        {
            "start": 831203806,
            "stop": 831208186
        },
        {
            "start": 831215081,
            "stop": 831215321
        }
    ]
}