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=40653
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=40654",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40652",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40653,
    "results": [
        {
            "start": 874917288,
            "stop": 874917302
        },
        {
            "start": 874917303,
            "stop": 874917334
        },
        {
            "start": 874917335,
            "stop": 874917355
        },
        {
            "start": 874917356,
            "stop": 874917462
        },
        {
            "start": 874917463,
            "stop": 874917504
        },
        {
            "start": 874917506,
            "stop": 874917508
        },
        {
            "start": 874917509,
            "stop": 874917526
        },
        {
            "start": 874917527,
            "stop": 874917550
        },
        {
            "start": 874917551,
            "stop": 874917568
        },
        {
            "start": 874917569,
            "stop": 874917602
        },
        {
            "start": 874917603,
            "stop": 874917698
        },
        {
            "start": 874917700,
            "stop": 874917742
        },
        {
            "start": 874917743,
            "stop": 874917767
        },
        {
            "start": 874917768,
            "stop": 874917771
        },
        {
            "start": 874917772,
            "stop": 874917789
        },
        {
            "start": 874917791,
            "stop": 874917822
        },
        {
            "start": 874917823,
            "stop": 874917826
        },
        {
            "start": 874917828,
            "stop": 874917831
        },
        {
            "start": 874917833,
            "stop": 874917844
        },
        {
            "start": 874917845,
            "stop": 874917868
        }
    ]
}