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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46817",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46815",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46816,
    "results": [
        {
            "start": 875127303,
            "stop": 875127328
        },
        {
            "start": 875127330,
            "stop": 875127331
        },
        {
            "start": 875127332,
            "stop": 875127335
        },
        {
            "start": 875127339,
            "stop": 875127340
        },
        {
            "start": 875127343,
            "stop": 875127353
        },
        {
            "start": 875127354,
            "stop": 875127360
        },
        {
            "start": 875127363,
            "stop": 875127370
        },
        {
            "start": 875127372,
            "stop": 875127382
        },
        {
            "start": 875127383,
            "stop": 875127398
        },
        {
            "start": 875127399,
            "stop": 875127430
        },
        {
            "start": 875127431,
            "stop": 875127438
        },
        {
            "start": 875127441,
            "stop": 875127443
        },
        {
            "start": 875127445,
            "stop": 875127471
        },
        {
            "start": 875127475,
            "stop": 875127481
        },
        {
            "start": 875127482,
            "stop": 875127483
        },
        {
            "start": 875127486,
            "stop": 875127490
        },
        {
            "start": 875127493,
            "stop": 875127498
        },
        {
            "start": 875127501,
            "stop": 875127533
        },
        {
            "start": 875127536,
            "stop": 875127543
        },
        {
            "start": 875127544,
            "stop": 875127548
        }
    ]
}