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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46820",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46818",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46819,
    "results": [
        {
            "start": 875128458,
            "stop": 875128482
        },
        {
            "start": 875128483,
            "stop": 875128492
        },
        {
            "start": 875128496,
            "stop": 875128519
        },
        {
            "start": 875128522,
            "stop": 875128547
        },
        {
            "start": 875128551,
            "stop": 875128552
        },
        {
            "start": 875128553,
            "stop": 875128598
        },
        {
            "start": 875128601,
            "stop": 875128615
        },
        {
            "start": 875128617,
            "stop": 875128659
        },
        {
            "start": 875128661,
            "stop": 875128681
        },
        {
            "start": 875128689,
            "stop": 875128713
        },
        {
            "start": 875128715,
            "stop": 875128765
        },
        {
            "start": 875128766,
            "stop": 875128811
        },
        {
            "start": 875128812,
            "stop": 875128819
        },
        {
            "start": 875128820,
            "stop": 875128830
        },
        {
            "start": 875128833,
            "stop": 875128838
        },
        {
            "start": 875128841,
            "stop": 875128886
        },
        {
            "start": 875128887,
            "stop": 875128893
        },
        {
            "start": 875128894,
            "stop": 875128901
        },
        {
            "start": 875128904,
            "stop": 875128913
        },
        {
            "start": 875128916,
            "stop": 875128927
        }
    ]
}