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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=194",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=192",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 193,
    "results": [
        {
            "start": 931151423,
            "stop": 931151424
        },
        {
            "start": 931151425,
            "stop": 931151426
        },
        {
            "start": 931151427,
            "stop": 931151429
        },
        {
            "start": 931151430,
            "stop": 931151432
        },
        {
            "start": 931151434,
            "stop": 931151435
        },
        {
            "start": 931151436,
            "stop": 931151438
        },
        {
            "start": 931151440,
            "stop": 931151459
        },
        {
            "start": 931151460,
            "stop": 931151469
        },
        {
            "start": 931151470,
            "stop": 931151471
        },
        {
            "start": 931151473,
            "stop": 931151476
        },
        {
            "start": 931151478,
            "stop": 931151480
        },
        {
            "start": 931151481,
            "stop": 931151482
        },
        {
            "start": 931151483,
            "stop": 931151486
        },
        {
            "start": 931151487,
            "stop": 931151490
        },
        {
            "start": 931151491,
            "stop": 931151493
        },
        {
            "start": 931151497,
            "stop": 931151500
        },
        {
            "start": 931151501,
            "stop": 931151503
        },
        {
            "start": 931151504,
            "stop": 931151506
        },
        {
            "start": 931151510,
            "stop": 931151512
        },
        {
            "start": 931151513,
            "stop": 931151521
        }
    ]
}