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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=389",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=387",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 388,
    "results": [
        {
            "start": 825886133,
            "stop": 825886139
        },
        {
            "start": 825886200,
            "stop": 825886308
        },
        {
            "start": 825886316,
            "stop": 825887568
        },
        {
            "start": 825887572,
            "stop": 825888505
        },
        {
            "start": 825888508,
            "stop": 825888877
        },
        {
            "start": 825888880,
            "stop": 825888999
        },
        {
            "start": 825889003,
            "stop": 825889008
        },
        {
            "start": 825889013,
            "stop": 825889018
        },
        {
            "start": 825889022,
            "stop": 825889126
        },
        {
            "start": 825889130,
            "stop": 825889150
        },
        {
            "start": 825889174,
            "stop": 825889264
        },
        {
            "start": 825889268,
            "stop": 825889279
        },
        {
            "start": 825889283,
            "stop": 825889304
        },
        {
            "start": 825889317,
            "stop": 825889324
        },
        {
            "start": 825897362,
            "stop": 825897552
        },
        {
            "start": 825897555,
            "stop": 825897862
        },
        {
            "start": 825897865,
            "stop": 825897905
        },
        {
            "start": 825897908,
            "stop": 825897959
        },
        {
            "start": 825897968,
            "stop": 825897979
        },
        {
            "start": 825897983,
            "stop": 825898131
        }
    ]
}