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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1770",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1768",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1769,
    "results": [
        {
            "start": 1249486303,
            "stop": 1249486809
        },
        {
            "start": 1249486812,
            "stop": 1249487633
        },
        {
            "start": 1249487636,
            "stop": 1249488380
        },
        {
            "start": 1249488383,
            "stop": 1249489125
        },
        {
            "start": 1249489128,
            "stop": 1249489609
        },
        {
            "start": 1249489612,
            "stop": 1249489744
        },
        {
            "start": 1249489747,
            "stop": 1249489850
        },
        {
            "start": 1249489853,
            "stop": 1249491970
        },
        {
            "start": 1249491973,
            "stop": 1249493101
        },
        {
            "start": 1249493104,
            "stop": 1249493336
        },
        {
            "start": 1249493339,
            "stop": 1249493422
        },
        {
            "start": 1249493425,
            "stop": 1249493728
        },
        {
            "start": 1249493731,
            "stop": 1249493994
        },
        {
            "start": 1249493997,
            "stop": 1249496553
        },
        {
            "start": 1249496554,
            "stop": 1249496807
        },
        {
            "start": 1249496810,
            "stop": 1249497135
        },
        {
            "start": 1249497138,
            "stop": 1249498437
        },
        {
            "start": 1249498440,
            "stop": 1249498563
        },
        {
            "start": 1249498566,
            "stop": 1249498683
        },
        {
            "start": 1249498686,
            "stop": 1249499467
        }
    ]
}