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=1357
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=1358",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1356",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 1357,
    "results": [
        {
            "start": 843853223,
            "stop": 843853256
        },
        {
            "start": 843853259,
            "stop": 843853282
        },
        {
            "start": 843853285,
            "stop": 843853442
        },
        {
            "start": 843853445,
            "stop": 843853481
        },
        {
            "start": 843853484,
            "stop": 843853509
        },
        {
            "start": 843853512,
            "stop": 843853548
        },
        {
            "start": 843853551,
            "stop": 843853553
        },
        {
            "start": 843853556,
            "stop": 843853625
        },
        {
            "start": 843853628,
            "stop": 843853698
        },
        {
            "start": 843853701,
            "stop": 843853707
        },
        {
            "start": 843853710,
            "stop": 843853791
        },
        {
            "start": 843853794,
            "stop": 843853817
        },
        {
            "start": 843853820,
            "stop": 843853874
        },
        {
            "start": 843853877,
            "stop": 843853887
        },
        {
            "start": 843853890,
            "stop": 843853927
        },
        {
            "start": 843853930,
            "stop": 843853932
        },
        {
            "start": 843853935,
            "stop": 843853946
        },
        {
            "start": 843853952,
            "stop": 843853988
        },
        {
            "start": 843853991,
            "stop": 843854009
        },
        {
            "start": 843854012,
            "stop": 843854029
        }
    ]
}