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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=416",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=414",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 415,
    "results": [
        {
            "start": 826988050,
            "stop": 826992290
        },
        {
            "start": 827025204,
            "stop": 827027750
        },
        {
            "start": 827027830,
            "stop": 827029010
        },
        {
            "start": 827029150,
            "stop": 827029790
        },
        {
            "start": 827029870,
            "stop": 827031814
        },
        {
            "start": 827032335,
            "stop": 827032365
        },
        {
            "start": 827032502,
            "stop": 827033570
        },
        {
            "start": 827033650,
            "stop": 827035608
        },
        {
            "start": 827035615,
            "stop": 827035860
        },
        {
            "start": 827035980,
            "stop": 827036761
        },
        {
            "start": 827036768,
            "stop": 827041446
        },
        {
            "start": 827043925,
            "stop": 827044069
        },
        {
            "start": 827044077,
            "stop": 827045376
        },
        {
            "start": 827045383,
            "stop": 827045657
        },
        {
            "start": 827045664,
            "stop": 827046446
        },
        {
            "start": 827046454,
            "stop": 827046484
        },
        {
            "start": 827046496,
            "stop": 827046564
        },
        {
            "start": 827046571,
            "stop": 827049128
        },
        {
            "start": 827049137,
            "stop": 827049661
        },
        {
            "start": 827049668,
            "stop": 827050109
        }
    ]
}