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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2097",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2095",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2096,
    "results": [
        {
            "start": 871821142,
            "stop": 871821188
        },
        {
            "start": 871821207,
            "stop": 871821210
        },
        {
            "start": 871821272,
            "stop": 871821354
        },
        {
            "start": 871821374,
            "stop": 871821470
        },
        {
            "start": 871821508,
            "stop": 871821540
        },
        {
            "start": 871821600,
            "stop": 871821642
        },
        {
            "start": 871821661,
            "stop": 871821705
        },
        {
            "start": 871821753,
            "stop": 871821800
        },
        {
            "start": 871821819,
            "stop": 871821859
        },
        {
            "start": 871821878,
            "stop": 871821907
        },
        {
            "start": 871821927,
            "stop": 871821994
        },
        {
            "start": 871822117,
            "stop": 871822131
        },
        {
            "start": 871822167,
            "stop": 871822181
        },
        {
            "start": 871822234,
            "stop": 871822273
        },
        {
            "start": 871822292,
            "stop": 871822294
        },
        {
            "start": 871822313,
            "stop": 871822323
        },
        {
            "start": 871822353,
            "stop": 871822366
        },
        {
            "start": 871822385,
            "stop": 871822434
        },
        {
            "start": 871822453,
            "stop": 871822471
        },
        {
            "start": 871822516,
            "stop": 871822536
        }
    ]
}