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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=332",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=330",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 331,
    "results": [
        {
            "start": 934097553,
            "stop": 934097617
        },
        {
            "start": 934097619,
            "stop": 934097813
        },
        {
            "start": 934097815,
            "stop": 934099511
        },
        {
            "start": 934103335,
            "stop": 934104067
        },
        {
            "start": 934104069,
            "stop": 934104196
        },
        {
            "start": 934104198,
            "stop": 934104816
        },
        {
            "start": 934104818,
            "stop": 934104914
        },
        {
            "start": 934104916,
            "stop": 934105012
        },
        {
            "start": 934105016,
            "stop": 934107344
        },
        {
            "start": 934107347,
            "stop": 934107667
        },
        {
            "start": 934107669,
            "stop": 934107764
        },
        {
            "start": 934107767,
            "stop": 934108022
        },
        {
            "start": 934108025,
            "stop": 934108121
        },
        {
            "start": 934108124,
            "stop": 934108351
        },
        {
            "start": 934108353,
            "stop": 934108416
        },
        {
            "start": 934108419,
            "stop": 934108616
        },
        {
            "start": 934108620,
            "stop": 934111266
        },
        {
            "start": 934111269,
            "stop": 934111363
        },
        {
            "start": 934111366,
            "stop": 934111396
        },
        {
            "start": 934111399,
            "stop": 934111623
        }
    ]
}