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=864
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=865",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=863",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 864,
    "results": [
        {
            "start": 862180343,
            "stop": 862183883
        },
        {
            "start": 862184681,
            "stop": 862185461
        },
        {
            "start": 862210261,
            "stop": 862210681
        },
        {
            "start": 862210827,
            "stop": 862211187
        },
        {
            "start": 862211330,
            "stop": 862213010
        },
        {
            "start": 862213040,
            "stop": 862213370
        },
        {
            "start": 862213564,
            "stop": 862215424
        },
        {
            "start": 862215981,
            "stop": 862216881
        },
        {
            "start": 862217095,
            "stop": 862222105
        },
        {
            "start": 862222195,
            "stop": 862223815
        },
        {
            "start": 862225507,
            "stop": 862225567
        },
        {
            "start": 862225911,
            "stop": 862226091
        },
        {
            "start": 862226261,
            "stop": 862227941
        },
        {
            "start": 862227971,
            "stop": 862228091
        },
        {
            "start": 862228121,
            "stop": 862229561
        },
        {
            "start": 862229728,
            "stop": 862230628
        },
        {
            "start": 862230772,
            "stop": 862231432
        },
        {
            "start": 862231568,
            "stop": 862231688
        },
        {
            "start": 862231850,
            "stop": 862232570
        },
        {
            "start": 862232793,
            "stop": 862234653
        }
    ]
}