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/L1_STOCH_CAT2_H1L1/segments?format=api&page=1079
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=1080",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=1078",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 1079,
    "results": [
        {
            "start": 873817029,
            "stop": 873817269
        },
        {
            "start": 873817709,
            "stop": 873819059
        },
        {
            "start": 873819625,
            "stop": 873819685
        },
        {
            "start": 873819853,
            "stop": 873820933
        },
        {
            "start": 873821396,
            "stop": 873821456
        },
        {
            "start": 873821743,
            "stop": 873821863
        },
        {
            "start": 873825587,
            "stop": 873826067
        },
        {
            "start": 873826506,
            "stop": 873827226
        },
        {
            "start": 873827377,
            "stop": 873830827
        },
        {
            "start": 873830977,
            "stop": 873831397
        },
        {
            "start": 873831651,
            "stop": 873834291
        },
        {
            "start": 873834531,
            "stop": 873834711
        },
        {
            "start": 873834861,
            "stop": 873836571
        },
        {
            "start": 873836721,
            "stop": 873844431
        },
        {
            "start": 873844719,
            "stop": 873844899
        },
        {
            "start": 873845131,
            "stop": 873845671
        },
        {
            "start": 873845933,
            "stop": 873846683
        },
        {
            "start": 873846833,
            "stop": 873851033
        },
        {
            "start": 873851179,
            "stop": 873852499
        },
        {
            "start": 873852649,
            "stop": 873853759
        }
    ]
}