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=40821
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=40822",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40820",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40821,
    "results": [
        {
            "start": 875035377,
            "stop": 875035399
        },
        {
            "start": 875035401,
            "stop": 875035437
        },
        {
            "start": 875035438,
            "stop": 875035442
        },
        {
            "start": 875035443,
            "stop": 875035460
        },
        {
            "start": 875035461,
            "stop": 875035462
        },
        {
            "start": 875035463,
            "stop": 875035590
        },
        {
            "start": 875035592,
            "stop": 875035641
        },
        {
            "start": 875035642,
            "stop": 875035676
        },
        {
            "start": 875035678,
            "stop": 875035685
        },
        {
            "start": 875035686,
            "stop": 875035720
        },
        {
            "start": 875035721,
            "stop": 875035749
        },
        {
            "start": 875035750,
            "stop": 875035823
        },
        {
            "start": 875035825,
            "stop": 875035828
        },
        {
            "start": 875035830,
            "stop": 875035838
        },
        {
            "start": 875035840,
            "stop": 875035859
        },
        {
            "start": 875035860,
            "stop": 875035872
        },
        {
            "start": 875035873,
            "stop": 875035921
        },
        {
            "start": 875035922,
            "stop": 875035930
        },
        {
            "start": 875035932,
            "stop": 875035952
        },
        {
            "start": 875035954,
            "stop": 875035972
        }
    ]
}