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=845
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=846",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=844",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 845,
    "results": [
        {
            "start": 861117657,
            "stop": 861117897
        },
        {
            "start": 861118042,
            "stop": 861118282
        },
        {
            "start": 861118697,
            "stop": 861119297
        },
        {
            "start": 861119497,
            "stop": 861120547
        },
        {
            "start": 861120577,
            "stop": 861120937
        },
        {
            "start": 861121351,
            "stop": 861122911
        },
        {
            "start": 861123075,
            "stop": 861123315
        },
        {
            "start": 861123678,
            "stop": 861124218
        },
        {
            "start": 861149181,
            "stop": 861150501
        },
        {
            "start": 861150891,
            "stop": 861151071
        },
        {
            "start": 861151426,
            "stop": 861155746
        },
        {
            "start": 861156278,
            "stop": 861157118
        },
        {
            "start": 861157570,
            "stop": 861158410
        },
        {
            "start": 861159484,
            "stop": 861159784
        },
        {
            "start": 861161083,
            "stop": 861161593
        },
        {
            "start": 861161743,
            "stop": 861162643
        },
        {
            "start": 861163860,
            "stop": 861164400
        },
        {
            "start": 861164725,
            "stop": 861164785
        },
        {
            "start": 861166372,
            "stop": 861167092
        },
        {
            "start": 861167481,
            "stop": 861168261
        }
    ]
}