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=138
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=139",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=137",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 138,
    "results": [
        {
            "start": 833145484,
            "stop": 833147233
        },
        {
            "start": 833147789,
            "stop": 833148433
        },
        {
            "start": 833148465,
            "stop": 833148466
        },
        {
            "start": 833149017,
            "stop": 833149022
        },
        {
            "start": 833149032,
            "stop": 833149040
        },
        {
            "start": 833149044,
            "stop": 833210631
        },
        {
            "start": 833211413,
            "stop": 833227273
        },
        {
            "start": 833228012,
            "stop": 833228413
        },
        {
            "start": 833229330,
            "stop": 833233693
        },
        {
            "start": 833234537,
            "stop": 833235186
        },
        {
            "start": 833235744,
            "stop": 833269381
        },
        {
            "start": 833272621,
            "stop": 833320093
        },
        {
            "start": 833320829,
            "stop": 833369473
        },
        {
            "start": 833370860,
            "stop": 833386744
        },
        {
            "start": 833387665,
            "stop": 833389809
        },
        {
            "start": 833391258,
            "stop": 833393773
        },
        {
            "start": 833394611,
            "stop": 833396773
        },
        {
            "start": 833397446,
            "stop": 833414767
        },
        {
            "start": 833415832,
            "stop": 833425393
        },
        {
            "start": 833427109,
            "stop": 833446693
        }
    ]
}