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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=350",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=348",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 349,
    "results": [
        {
            "start": 847720609,
            "stop": 847720650
        },
        {
            "start": 847720652,
            "stop": 847720658
        },
        {
            "start": 847720659,
            "stop": 847720693
        },
        {
            "start": 847720694,
            "stop": 847720715
        },
        {
            "start": 847720716,
            "stop": 847720717
        },
        {
            "start": 847720718,
            "stop": 847720736
        },
        {
            "start": 847720737,
            "stop": 847720778
        },
        {
            "start": 847720780,
            "stop": 847720797
        },
        {
            "start": 847720798,
            "stop": 847720809
        },
        {
            "start": 847720810,
            "stop": 847720811
        },
        {
            "start": 847720812,
            "stop": 847720820
        },
        {
            "start": 847720822,
            "stop": 847720843
        },
        {
            "start": 847720846,
            "stop": 847720864
        },
        {
            "start": 847720865,
            "stop": 847720867
        },
        {
            "start": 847720868,
            "stop": 847720884
        },
        {
            "start": 847720885,
            "stop": 847720907
        },
        {
            "start": 847720908,
            "stop": 847720910
        },
        {
            "start": 847720911,
            "stop": 847720927
        },
        {
            "start": 847720928,
            "stop": 847720949
        },
        {
            "start": 847720950,
            "stop": 847720952
        }
    ]
}